@storm-software/eslint 0.170.89 → 0.170.90
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/dist/preset.cjs +3 -4
- package/dist/preset.js +3 -4
- package/package.json +2 -2
package/dist/preset.cjs
CHANGED
|
@@ -20225,7 +20225,6 @@ async function react(options = {}) {
|
|
|
20225
20225
|
"react/no-set-state-in-component-did-mount": "warn",
|
|
20226
20226
|
"react/no-set-state-in-component-did-update": "warn",
|
|
20227
20227
|
"react/no-set-state-in-component-will-update": "warn",
|
|
20228
|
-
"react/no-string-refs": "error",
|
|
20229
20228
|
"react/no-unsafe-component-will-mount": "warn",
|
|
20230
20229
|
"react/no-unsafe-component-will-receive-props": "warn",
|
|
20231
20230
|
"react/no-unsafe-component-will-update": "warn",
|
|
@@ -20233,9 +20232,9 @@ async function react(options = {}) {
|
|
|
20233
20232
|
"react/no-unstable-default-props": "warn",
|
|
20234
20233
|
"react/no-unused-class-component-members": "warn",
|
|
20235
20234
|
"react/no-unused-state": "warn",
|
|
20236
|
-
"react/prefer-destructuring-assignment": "warn",
|
|
20237
|
-
"react/prefer-shorthand-boolean": "warn",
|
|
20238
|
-
"react/prefer-shorthand-fragment": "warn",
|
|
20235
|
+
// "react/prefer-destructuring-assignment": "warn",
|
|
20236
|
+
// "react/prefer-shorthand-boolean": "warn",
|
|
20237
|
+
// "react/prefer-shorthand-fragment": "warn",
|
|
20239
20238
|
...overrides
|
|
20240
20239
|
}
|
|
20241
20240
|
},
|
package/dist/preset.js
CHANGED
|
@@ -19826,7 +19826,6 @@ async function react(options = {}) {
|
|
|
19826
19826
|
"react/no-set-state-in-component-did-mount": "warn",
|
|
19827
19827
|
"react/no-set-state-in-component-did-update": "warn",
|
|
19828
19828
|
"react/no-set-state-in-component-will-update": "warn",
|
|
19829
|
-
"react/no-string-refs": "error",
|
|
19830
19829
|
"react/no-unsafe-component-will-mount": "warn",
|
|
19831
19830
|
"react/no-unsafe-component-will-receive-props": "warn",
|
|
19832
19831
|
"react/no-unsafe-component-will-update": "warn",
|
|
@@ -19834,9 +19833,9 @@ async function react(options = {}) {
|
|
|
19834
19833
|
"react/no-unstable-default-props": "warn",
|
|
19835
19834
|
"react/no-unused-class-component-members": "warn",
|
|
19836
19835
|
"react/no-unused-state": "warn",
|
|
19837
|
-
"react/prefer-destructuring-assignment": "warn",
|
|
19838
|
-
"react/prefer-shorthand-boolean": "warn",
|
|
19839
|
-
"react/prefer-shorthand-fragment": "warn",
|
|
19836
|
+
// "react/prefer-destructuring-assignment": "warn",
|
|
19837
|
+
// "react/prefer-shorthand-boolean": "warn",
|
|
19838
|
+
// "react/prefer-shorthand-fragment": "warn",
|
|
19840
19839
|
...overrides
|
|
19841
19840
|
}
|
|
19842
19841
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.90",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"zod": { "optional": true }
|
|
272
272
|
},
|
|
273
273
|
"publishConfig": { "access": "public" },
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "4c788d0e53b1bdc097166dd42dc6422f80ba6f1f"
|
|
275
275
|
}
|