@open-turo/eslint-config-react 7.1.0-pr-275.236.1.1 → 7.1.0
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,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
|
Binary file
|