@open-turo/eslint-config-react 7.0.13-pr-262.224.1.1 → 7.0.14-pr-262.226.1.1

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.
package/index.js CHANGED
@@ -57,6 +57,8 @@ module.exports = {
57
57
  "sonarjs/no-array-index-key": "off",
58
58
  // Already covered with react/no-unknown-property
59
59
  "sonarjs/no-unknown-property": "off",
60
+ "sonarjs/jsx-no-useless-fragment": "off",
61
+ "sonarjs/no-unstable-nested-components": "off",
60
62
  // Allow file names to match a component name
61
63
  "unicorn/filename-case": "off",
62
64
  },
package/legacy.js CHANGED
@@ -54,6 +54,8 @@ module.exports = {
54
54
  "sonarjs/no-array-index-key": "off",
55
55
  // Already covered with react/no-unknown-property
56
56
  "sonarjs/no-unknown-property": "off",
57
+ "sonarjs/jsx-no-useless-fragment": "off",
58
+ "sonarjs/no-unstable-nested-components": "off",
57
59
  },
58
60
  settings: {
59
61
  react: {
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for react",
4
4
  "dependencies": {
5
- "@open-turo/eslint-config-typescript": "9.0.15-pr-324.285.1.1",
6
- "eslint-plugin-jsx-a11y": "6.9.0",
5
+ "@open-turo/eslint-config-typescript": "9.0.15-pr-324.286.1.1",
6
+ "eslint-plugin-jsx-a11y": "6.10.0",
7
7
  "eslint-plugin-react": "7.35.2",
8
8
  "eslint-plugin-react-hooks": "4.6.2"
9
9
  },
@@ -31,5 +31,5 @@
31
31
  "access": "public"
32
32
  },
33
33
  "repository": "https://github.com/open-turo/eslint-config-react",
34
- "version": "7.0.13-pr-262.224.1.1"
34
+ "version": "7.0.14-pr-262.226.1.1"
35
35
  }