@ethang/eslint-config 17.1.4 → 17.1.6

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.js +1 -0
  2. package/package.json +5 -5
package/eslint.config.js CHANGED
@@ -778,6 +778,7 @@ export default tseslint.config(
778
778
  "sonar/prefer-while": "error",
779
779
 
780
780
  "@tanstack/query/exhaustive-deps": "error",
781
+ // "@tanstack/query/no-deprecated-options": "error", // not yet implemented
781
782
  "@tanstack/query/no-rest-destructuring": "error",
782
783
  "@tanstack/query/stable-query-client": "error",
783
784
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "17.1.4",
3
+ "version": "17.1.6",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -17,7 +17,7 @@
17
17
  "license": "ISC",
18
18
  "peerDependencies": {
19
19
  "@eslint/js": "^9.7.0",
20
- "@tanstack/eslint-plugin-query": "^5.51.1",
20
+ "@tanstack/eslint-plugin-query": "^5.51.10",
21
21
  "@typescript-eslint/parser": "^7.16.1",
22
22
  "eslint": "^9.7.0",
23
23
  "eslint-config-prettier": "^9.1.0",
@@ -28,7 +28,7 @@
28
28
  "eslint-plugin-prettier": "^5.2.1",
29
29
  "eslint-plugin-react": "^7.34.4",
30
30
  "eslint-plugin-react-hooks": "^4.6.2",
31
- "eslint-plugin-sonarjs": "^1.0.3",
31
+ "eslint-plugin-sonarjs": "1.0.3",
32
32
  "eslint-plugin-unicorn": "^54.0.0",
33
33
  "prettier": "^3.3.3",
34
34
  "typescript": "^5.5.3",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@eslint/js": "^9.7.0",
39
- "@tanstack/eslint-plugin-query": "^5.51.1",
39
+ "@tanstack/eslint-plugin-query": "^5.51.10",
40
40
  "@typescript-eslint/parser": "^7.16.1",
41
41
  "eslint": "^9.7.0",
42
42
  "eslint-config-prettier": "^9.1.0",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-prettier": "^5.2.1",
48
48
  "eslint-plugin-react": "^7.34.4",
49
49
  "eslint-plugin-react-hooks": "^4.6.2",
50
- "eslint-plugin-sonarjs": "^1.0.3",
50
+ "eslint-plugin-sonarjs": "1.0.3",
51
51
  "eslint-plugin-unicorn": "^54.0.0",
52
52
  "prettier": "^3.3.3",
53
53
  "typescript": "^5.5.3",