@10stars/config 13.0.1 → 13.0.2

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.
Files changed (2) hide show
  1. package/eslint.config.ts +9 -9
  2. package/package.json +1 -1
package/eslint.config.ts CHANGED
@@ -34,7 +34,7 @@ export default [
34
34
  "plugin:@typescript-eslint/strict-type-checked",
35
35
  "plugin:@typescript-eslint/stylistic-type-checked",
36
36
  "plugin:react/recommended",
37
- "plugin:@10stars/react-hooks/recommended",
37
+ // "plugin:@10stars/react-hooks/recommended",
38
38
  "plugin:regexp/recommended",
39
39
  "prettier",
40
40
  ) as any),
@@ -151,14 +151,14 @@ export default [
151
151
  "react/jsx-no-target-blank": 2,
152
152
  "react/jsx-sort-props": 1,
153
153
 
154
- "@10stars/react-hooks/exhaustive-deps": [
155
- 1,
156
- {
157
- additionalHooks:
158
- "(useUpdateEffect|useIsomorphicLayoutEffect|useDeepCompareEffect|useShallowCompareEffect|useCustomCompareEffect)",
159
- ignoreThisDependency: "always",
160
- },
161
- ],
154
+ // "@10stars/react-hooks/exhaustive-deps": [
155
+ // 1,
156
+ // {
157
+ // additionalHooks:
158
+ // "(useUpdateEffect|useIsomorphicLayoutEffect|useDeepCompareEffect|useShallowCompareEffect|useCustomCompareEffect)",
159
+ // ignoreThisDependency: "always",
160
+ // },
161
+ // ],
162
162
 
163
163
  "@typescript-eslint/restrict-template-expressions": [
164
164
  "error",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@10stars/config",
7
- "version": "13.0.1",
7
+ "version": "13.0.2",
8
8
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
9
9
  "license": "MIT",
10
10
  "bin": {