diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 70175ce..0000000 --- a/.prettierrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "endOfLine": "lf", - "semi": false, - "singleQuote": false, - "tabWidth": 2, - "trailingComma": "es5" -} \ No newline at end of file diff --git a/package.json b/package.json index 8fe0c3b..30d8255 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,12 @@ "no-descending-specificity": null, "scss/no-global-function-names": null } + }, + "prettier": { + "endOfLine": "lf", + "semi": false, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "es5" } }