eslint-config-badboyku 1.0.13 → 1.0.17

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/.eslintrc.js +1 -1
  2. package/package.json +15 -15
package/.eslintrc.js CHANGED
@@ -62,6 +62,7 @@ module.exports = {
62
62
  ],
63
63
  'react/jsx-no-bind': ['error', { ignoreRefs: true, allowArrowFunctions: true, ignoreDOMComponents: true }],
64
64
  'react/jsx-props-no-spreading': 'off',
65
+ 'react/no-array-index-key': 'off',
65
66
  'react/no-multi-comp': 'off',
66
67
  'react/no-undef': 'off',
67
68
  'react/no-unused-prop-types': 'error',
@@ -121,6 +122,5 @@ module.exports = {
121
122
  'prettier/prettier': ['error', { printWidth: 120, singleQuote: true, trailingComma: 'all' }],
122
123
  quotes: ['error', 'single', { avoidEscape: true }],
123
124
  radix: 'off',
124
- 'react/no-array-index-key': 'off',
125
125
  },
126
126
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-config-badboyku",
3
3
  "description": "Shared eslint+prettier configuration with react/jest/typescript support.",
4
- "version": "1.0.13",
4
+ "version": "1.0.17",
5
5
  "author": "badboyku",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -21,20 +21,20 @@
21
21
  "trailingComma": "all"
22
22
  },
23
23
  "dependencies": {
24
- "@typescript-eslint/eslint-plugin": "^5.10.2",
25
- "@typescript-eslint/parser": "^5.10.2",
26
- "eslint": "^8.8.0",
24
+ "@typescript-eslint/eslint-plugin": "^5.30.7",
25
+ "@typescript-eslint/parser": "^5.30.7",
26
+ "eslint": "^8.20.0",
27
27
  "eslint-config-airbnb": "^19.0.4",
28
- "eslint-config-prettier": "^8.3.0",
29
- "eslint-plugin-import": "^2.25.4",
30
- "eslint-plugin-jest": "^26.0.0",
31
- "eslint-plugin-jest-dom": "^4.0.1",
32
- "eslint-plugin-jsx-a11y": "^6.5.1",
33
- "eslint-plugin-prettier": "^4.0.0",
34
- "eslint-plugin-react": "^7.28.0",
35
- "eslint-plugin-react-hooks": "^4.3.0",
36
- "eslint-plugin-testing-library": "^5.0.4",
37
- "prettier": "^2.5.1",
38
- "typescript": "^4.5.5"
28
+ "eslint-config-prettier": "^8.5.0",
29
+ "eslint-plugin-import": "^2.26.0",
30
+ "eslint-plugin-jest": "^26.6.0",
31
+ "eslint-plugin-jest-dom": "^4.0.2",
32
+ "eslint-plugin-jsx-a11y": "^6.6.1",
33
+ "eslint-plugin-prettier": "^4.2.1",
34
+ "eslint-plugin-react": "^7.30.1",
35
+ "eslint-plugin-react-hooks": "^4.6.0",
36
+ "eslint-plugin-testing-library": "^5.5.1",
37
+ "prettier": "^2.7.1",
38
+ "typescript": "^4.7.4"
39
39
  }
40
40
  }