prettier betterier

This commit is contained in:
Paul Miller
2023-05-23 10:36:52 -05:00
parent 31879a0d94
commit fc36103892
2 changed files with 9 additions and 8 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"arrowParens": "always",
"printWidth": 100,
"useTabs": false
}

View File

@@ -49,13 +49,5 @@
}, },
"engines": { "engines": {
"node": ">=16.8" "node": ">=16.8"
},
"prettier": {
"semi": false,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false
} }
} }