Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
Reduce react/no-deprecated to a warning
Browse files Browse the repository at this point in the history
See #558
  • Loading branch information
ticky committed Sep 13, 2018
1 parent 1a95b6e commit ddbbb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ rules:
react/no-array-index-key: warn
react/no-danger: off
react/no-danger-with-children: error
react/no-deprecated: error
react/no-deprecated: warn
react/no-did-mount-set-state: error
react/no-did-update-set-state: error
react/no-direct-mutation-state: error
Expand Down

0 comments on commit ddbbb54

Please sign in to comment.