We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1363b9e + 805da9d commit d2e15bdCopy full SHA for d2e15bd
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@glints/eslint-config",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "ESLint rules for Glints projects.",
5
"keywords": [
6
"eslint",
react.js
@@ -7,7 +7,6 @@ module.exports = {
7
'react/no-did-update-set-state': 'error',
8
'react/no-direct-mutation-state': 'error',
9
'react/no-is-mounted': 'error',
10
- 'react/no-set-state': 'error',
11
'react/no-string-refs': 'error',
12
'react/no-unknown-property': 'warn',
13
'react/prefer-es6-class': 'warn',
0 commit comments