diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..55dd57c --- /dev/null +++ b/.prettierrc @@ -0,0 +1,9 @@ +{ + "trailingComma": "none", + "tabWidth": 2, + "semi": true, + "singleQuote": false, + "arrowParens": "always", + "printWidth": 100, + "useTabs": false +} diff --git a/package.json b/package.json index bc1feb8..ee960fc 100644 --- a/package.json +++ b/package.json @@ -49,13 +49,5 @@ }, "engines": { "node": ">=16.8" - }, - "prettier": { - "semi": false, - "singleQuote": false, - "trailingComma": "es5", - "printWidth": 80, - "tabWidth": 2, - "useTabs": false } }