Skip to content

Commit

Permalink
fix(rules): remove rules supported by eslint:recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jul 1, 2021
1 parent 80efb9e commit c97182a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module.exports = {
}
],
"init-declarations": "error",
"jsx-quotes": "error",
"key-spacing": "off",
"keyword-spacing": ["error", {
"after": true,
Expand Down Expand Up @@ -104,7 +103,6 @@ module.exports = {
"no-constructor-return": "error",
"no-continue": "error",
"no-div-regex": "error",
"no-dupe-else-if": "error",
"no-duplicate-imports": "error",
"no-else-return": "error",
"no-empty-function": "off",
Expand All @@ -118,7 +116,6 @@ module.exports = {
"no-implicit-coercion": "error",
"no-implicit-globals": "error",
"no-implied-eval": "error",
"no-import-assign": "error",
"no-inline-comments": "error",
"no-invalid-this": "off",
"no-iterator": "error",
Expand Down Expand Up @@ -157,7 +154,6 @@ module.exports = {
"no-script-url": "error",
"no-self-compare": "error",
"no-sequences": "error",
"no-setter-return": "error",
"no-shadow": "error",
"no-tabs": "error",
"no-template-curly-in-string": "error",
Expand Down

0 comments on commit c97182a

Please sign in to comment.