Moved eslint and prettier configs out of package.json

This commit is contained in:
Steve Gravrock
2024-07-18 07:17:31 -07:00
parent c3387f8dbf
commit 3653d6e0ef
3 changed files with 49 additions and 49 deletions

3
.prettierrc Normal file
View File

@@ -0,0 +1,3 @@
{
"singleQuote": true
}