Skip to content

Commit

Permalink
Remove prefer-destructuring and prefer-spread ESLint rule overwrites
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored and felixmosh committed Nov 8, 2020
1 parent 42eb2e1 commit a001d8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
}],
"jsx-a11y/label-has-associated-control": ["error", { "required": { "some": ["id", "nesting"] }}],
"no-restricted-globals": "off",
"prefer-destructuring": "warn",
"prefer-spread": "warn",
"react/jsx-props-no-spreading": "off",
"react/jsx-sort-props": ["error", {
"reservedFirst": ["key"]
Expand Down

0 comments on commit a001d8b

Please sign in to comment.