Updated eslint prettier and other files

This commit is contained in:
Greg Jacobs
2024-06-04 09:07:17 -04:00
parent 1e4c307f97
commit 6ba29f130f
14 changed files with 259 additions and 12 deletions

11
.prettierrc Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}