@open-turo/eslint-config-react 7.0.11 → 7.0.13-pr-262.222.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
@@ -53,6 +53,8 @@ module.exports = {
53
53
  "react/state-in-constructor": "off",
54
54
  // This allows static properties to be placed within the class declaration
55
55
  "react/static-property-placement": "off",
56
+ // Already covered with react/no-unknown-property
57
+ "sonarjs/no-unknown-property": "off",
56
58
  // Allow file names to match a component name
57
59
  "unicorn/filename-case": "off",
58
60
  },
package/legacy.js CHANGED
@@ -50,6 +50,8 @@ module.exports = {
50
50
  "react/state-in-constructor": "off",
51
51
  // This allows static properties to be placed within the class declaration
52
52
  "react/static-property-placement": "off",
53
+ // Already covered with react/no-unknown-property
54
+ "sonarjs/no-unknown-property": "off",
53
55
  },
54
56
  settings: {
55
57
  react: {
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for react",
4
4
  "dependencies": {
5
- "@open-turo/eslint-config-typescript": "9.0.11",
5
+ "@open-turo/eslint-config-typescript": "9.0.15-pr-324.283.1.1",
6
6
  "eslint-plugin-jsx-a11y": "6.9.0",
7
- "eslint-plugin-react": "7.35.1",
7
+ "eslint-plugin-react": "7.35.2",
8
8
  "eslint-plugin-react-hooks": "4.6.2"
9
9
  },
10
10
  "devDependencies": {
@@ -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.11"
34
+ "version": "7.0.13-pr-262.222.1.1"
35
35
  }