@ethang/eslint-config 16.2.0 → 16.2.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/eslint.config.js +4 -4
- package/package.json +1 -1
package/eslint.config.js
CHANGED
|
@@ -150,7 +150,7 @@ export default tseslint.config(
|
|
|
150
150
|
sonar,
|
|
151
151
|
"simple-import-sort": importSort,
|
|
152
152
|
unicorn,
|
|
153
|
-
|
|
153
|
+
"@tanstack/query": {
|
|
154
154
|
rules: tanstackRules,
|
|
155
155
|
},
|
|
156
156
|
},
|
|
@@ -605,9 +605,9 @@ export default tseslint.config(
|
|
|
605
605
|
"sonar/prefer-single-boolean-return": "error",
|
|
606
606
|
"sonar/prefer-while": "error",
|
|
607
607
|
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
608
|
+
"@tanstack/query/exhaustive-deps": "error",
|
|
609
|
+
"@tanstack/query/stable-query-client": "error",
|
|
610
|
+
"@tanstack/query/no-rest-destructuring": "error",
|
|
611
611
|
|
|
612
612
|
"simple-import-sort/exports": "error",
|
|
613
613
|
"simple-import-sort/imports": "error",
|