Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Remove eslint rules with no effects. (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Feb 2, 2018
1 parent c15d892 commit 40b380b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@ plugins:
root: true

rules:
react/jsx-uses-react: warn
react/jsx-uses-vars: warn
react/no-deprecated: warn # TODO: change to "error"
react/no-direct-mutation-state: warn # TODO: change to "error"
react/no-find-dom-node: warn # TODO: change to "error"
react/prop-types: off # TODO: change to "error"

consistent-return: off # TODO: remove, and default to mozilla/recommended of "error"
eqeqeq: off # TODO: change to "error"
no-console: [error, {allow: [debug, error, info, trace, warn]}]
no-var: off # TODO: change to "error"
prefer-const: off # TODO: change to "error"
Expand Down

0 comments on commit 40b380b

Please sign in to comment.