diff --git a/.eslintrc.json b/.eslintrc.json index edbcdd19e..7bff72c63 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,18 +12,6 @@ "camelcase": ["error", { "allow": ["^unstable_"] }], "no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }], "no-warning-comments": 0, - "prettier/prettier": [ - "error", - { - "semi": false, - "singleQuote": true, - "printWidth": 100, - "tabWidth": 2, - "useTabs": false, - "trailingComma": "es5", - "bracketSpacing": true, - "parser": "flow" - } - ] + "prettier/prettier": "error" } }