Skip to content

Commit b268163

Browse files
authored
eliminate annoying and false errors (#6)
1 parent 357dd3d commit b268163

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ module.exports = {
5858
'react/forbid-prop-types': 0,
5959
'object-curly-newline': ["error", { "consistent": true }],
6060
'import/extensions': 0,
61+
'react/no-did-mount-set-state': 1,
62+
'react/no-did-update-set-state': 1
6163
}
6264
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-cardash-react",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)