eslint-config-silverwind 96.0.0 → 96.0.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/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -764,8 +764,8 @@ const eslintrc = {
|
|
|
764
764
|
"prefer-spread": [2],
|
|
765
765
|
"prefer-template": [2],
|
|
766
766
|
"radix": [2, "as-needed"],
|
|
767
|
-
"
|
|
768
|
-
"
|
|
767
|
+
"react-hooks/exhaustive-deps": [2],
|
|
768
|
+
"react-hooks/rules-of-hooks": [2],
|
|
769
769
|
"react-refresh/only-export-components": [2, { allowConstantExport: true }],
|
|
770
770
|
"react/boolean-prop-naming": [0],
|
|
771
771
|
"react/button-has-type": [0],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "96.0.
|
|
3
|
+
"version": "96.0.1",
|
|
4
4
|
"description": "Exhaustive ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vitest-config-silverwind": "9.2.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"eslint": "
|
|
60
|
-
"typescript": "
|
|
59
|
+
"eslint": ">= 8",
|
|
60
|
+
"typescript": ">= 5"
|
|
61
61
|
}
|
|
62
62
|
}
|