@open-turo/eslint-config-react 7.0.18 → 7.1.0-pr-275.236.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,15 @@ 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
+ /*
57
+ * Rules that significantly impact performance time of eslint, and are not
58
+ * necessarily relevant for react applications.
59
+ */
60
+ "sonarjs/aws-restricted-ip-admin-access": "off",
61
+ "sonarjs/aws-iam-privilege-escalation": "off",
62
+ "sonarjs/aws-iam-all-privileges": "off",
63
+ "sonarjs/aws-iam-public-access": "off",
64
+ "sonarjs/aws-apigateway-public-api": "off",
56
65
  // Already covered with react/no-array-index-key
57
66
  "sonarjs/no-array-index-key": "off",
58
67
  // Already covered with react/no-unknown-property
package/legacy.js CHANGED
@@ -50,6 +50,15 @@ 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
+ /**
54
+ * Rules that significantly impact performance time of eslint, and are not
55
+ * necessarily relevant for react applications.
56
+ */
57
+ "sonarjs/aws-restricted-ip-admin-access": "off",
58
+ "sonarjs/aws-iam-privilege-escalation": "off",
59
+ "sonarjs/aws-iam-all-privileges": "off",
60
+ "sonarjs/aws-iam-public-access": "off",
61
+ "sonarjs/aws-apigateway-public-api": "off",
53
62
  // Already covered with react/no-array-index-key
54
63
  "sonarjs/no-array-index-key": "off",
55
64
  // Already covered with react/no-unknown-property
package/package.json CHANGED
@@ -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.18"
34
+ "version": "7.1.0-pr-275.236.1.1"
35
35
  }