eslint-config-entva 2.31.0 → 2.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -104,6 +104,7 @@ export const mainRule = {
104
104
 
105
105
  'react/no-unused-class-component-methods': ['off'],
106
106
  'react-hooks/exhaustive-deps': 'off',
107
+ 'react-hooks/set-state-in-effects': 'off',
107
108
 
108
109
  'react/display-name': 'off',
109
110
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/entva/styleguide.git"
10
10
  },
11
11
  "bugs": "https://github.com/entva/styleguide/issues",
12
- "version": "2.31.0",
12
+ "version": "2.33.0",
13
13
  "keywords": [
14
14
  "linter",
15
15
  "config",
@@ -25,7 +25,7 @@
25
25
  "prepublishOnly": "npm test"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "^9.34.0",
28
+ "eslint": "^9.38.0",
29
29
  "react": "^19.x.x"
30
30
  },
31
31
  "dependencies": {
@@ -33,8 +33,8 @@
33
33
  "eslint-plugin-import": "^2.32.0",
34
34
  "eslint-plugin-jsx-a11y": "^6.10.2",
35
35
  "eslint-plugin-react": "^7.37.5",
36
- "eslint-plugin-react-hooks": "^5.2.0",
37
- "globals": "^16.3.0"
36
+ "eslint-plugin-react-hooks": "^7.0.1",
37
+ "globals": "^16.4.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "eslint": "^9.x.x"