We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357dd3d commit b268163Copy full SHA for b268163
index.js
@@ -58,5 +58,7 @@ module.exports = {
58
'react/forbid-prop-types': 0,
59
'object-curly-newline': ["error", { "consistent": true }],
60
'import/extensions': 0,
61
+ 'react/no-did-mount-set-state': 1,
62
+ 'react/no-did-update-set-state': 1
63
}
64
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-cardash-react",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments