Skip to content

Commit

Permalink
fix(rules): remove unwanted restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jul 1, 2021
1 parent 7ce3910 commit 04c3ce2
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 @@ -56,7 +56,6 @@ module.exports = {
"func-call-spacing": "error",
"func-name-matching": "error",
"func-names": "off",
"func-style": "error",
"function-paren-newline": "error",
"generator-star-spacing": "error",
"grouped-accessor-pairs": "error",
Expand All @@ -83,7 +82,6 @@ module.exports = {
"max-lines-per-function": "off",
"max-nested-callbacks": "error",
"max-params": "error",
"max-statements": "error",
"max-statements-per-line": "error",
"multiline-comment-style": "off",
"new-cap": "error",
Expand Down Expand Up @@ -134,7 +132,6 @@ module.exports = {
"no-multi-spaces": "error",
"no-multi-str": "error",
"no-multiple-empty-lines": "error",
"no-negated-condition": "error",
"no-nested-ternary": "error",
"no-new": "error",
"no-new-func": "error",
Expand Down Expand Up @@ -182,7 +179,6 @@ module.exports = {
"object-curly-spacing": "off",
"object-property-newline": "error",
"object-shorthand": "error",
"one-var": "error",
"one-var-declaration-per-line": "error",
"operator-assignment": "error",
"operator-linebreak": "error",
Expand Down

0 comments on commit 04c3ce2

Please sign in to comment.