@open-turo/eslint-config-react 7.1.0-pr-275.236.1.1 → 7.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/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20.
|
|
1
|
+
20.18.0
|
package/index.js
CHANGED
|
@@ -57,11 +57,12 @@ module.exports = {
|
|
|
57
57
|
* Rules that significantly impact performance time of eslint, and are not
|
|
58
58
|
* necessarily relevant for react applications.
|
|
59
59
|
*/
|
|
60
|
-
"sonarjs/aws-
|
|
61
|
-
"sonarjs/aws-
|
|
60
|
+
"sonarjs/aws-apigateway-public-api": "off",
|
|
61
|
+
"sonarjs/aws-ec2-rds-dms-public": "off",
|
|
62
62
|
"sonarjs/aws-iam-all-privileges": "off",
|
|
63
|
+
"sonarjs/aws-iam-privilege-escalation": "off",
|
|
63
64
|
"sonarjs/aws-iam-public-access": "off",
|
|
64
|
-
"sonarjs/aws-
|
|
65
|
+
"sonarjs/aws-restricted-ip-admin-access": "off",
|
|
65
66
|
// Already covered with react/no-array-index-key
|
|
66
67
|
"sonarjs/no-array-index-key": "off",
|
|
67
68
|
// Already covered with react/no-unknown-property
|
package/legacy.js
CHANGED
|
@@ -54,11 +54,12 @@ module.exports = {
|
|
|
54
54
|
* Rules that significantly impact performance time of eslint, and are not
|
|
55
55
|
* necessarily relevant for react applications.
|
|
56
56
|
*/
|
|
57
|
-
"sonarjs/aws-
|
|
58
|
-
"sonarjs/aws-
|
|
57
|
+
"sonarjs/aws-apigateway-public-api": "off",
|
|
58
|
+
"sonarjs/aws-ec2-rds-dms-public": "off",
|
|
59
59
|
"sonarjs/aws-iam-all-privileges": "off",
|
|
60
|
+
"sonarjs/aws-iam-privilege-escalation": "off",
|
|
60
61
|
"sonarjs/aws-iam-public-access": "off",
|
|
61
|
-
"sonarjs/aws-
|
|
62
|
+
"sonarjs/aws-restricted-ip-admin-access": "off",
|
|
62
63
|
// Already covered with react/no-array-index-key
|
|
63
64
|
"sonarjs/no-array-index-key": "off",
|
|
64
65
|
// Already covered with react/no-unknown-property
|
|
Binary file
|
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.
|
|
6
|
-
"eslint-plugin-jsx-a11y": "6.10.
|
|
5
|
+
"@open-turo/eslint-config-typescript": "9.0.21",
|
|
6
|
+
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
7
7
|
"eslint-plugin-react": "7.37.1",
|
|
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.1.
|
|
34
|
+
"version": "7.1.1"
|
|
35
35
|
}
|
|
Binary file
|