Skip to content

Commit

Permalink
Merge pull request #11 from glints-dev/feature/fix-no-undef
Browse files Browse the repository at this point in the history
Remove react/no-set-state rule
  • Loading branch information
yjwong authored Sep 7, 2020
2 parents 1363b9e + 805da9d commit d2e15bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glints/eslint-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "ESLint rules for Glints projects.",
"keywords": [
"eslint",
Expand Down
1 change: 0 additions & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
'react/no-did-update-set-state': 'error',
'react/no-direct-mutation-state': 'error',
'react/no-is-mounted': 'error',
'react/no-set-state': 'error',
'react/no-string-refs': 'error',
'react/no-unknown-property': 'warn',
'react/prefer-es6-class': 'warn',
Expand Down

0 comments on commit d2e15bd

Please sign in to comment.