@ethang/eslint-config 16.2.0 → 16.3.0

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 +5 -4
  2. package/package.json +19 -19
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
- tanstackQuery: {
153
+ "@tanstack/query": {
154
154
  rules: tanstackRules,
155
155
  },
156
156
  },
@@ -492,6 +492,7 @@ export default tseslint.config(
492
492
  "unicorn/no-lonely-if": "error",
493
493
  "unicorn/no-magic-array-flat-depth": "error",
494
494
  "unicorn/no-negated-condition": "error",
495
+ "unicorn/no-negation-in-equality-check": "error",
495
496
  "unicorn/no-new-array": "error",
496
497
  "unicorn/no-new-buffer": "error",
497
498
  "unicorn/no-object-as-default-parameter": "error",
@@ -605,9 +606,9 @@ export default tseslint.config(
605
606
  "sonar/prefer-single-boolean-return": "error",
606
607
  "sonar/prefer-while": "error",
607
608
 
608
- "tanstackQuery/exhaustive-deps": "error",
609
- "tanstackQuery/stable-query-client": "error",
610
- "tanstackQuery/no-rest-destructuring": "error",
609
+ "@tanstack/query/exhaustive-deps": "error",
610
+ "@tanstack/query/no-rest-destructuring": "error",
611
+ "@tanstack/query/stable-query-client": "error",
611
612
 
612
613
  "simple-import-sort/exports": "error",
613
614
  "simple-import-sort/imports": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "16.2.0",
3
+ "version": "16.3.0",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -13,42 +13,42 @@
13
13
  "author": "Ethan Glover",
14
14
  "license": "ISC",
15
15
  "peerDependencies": {
16
- "@eslint/js": "^9.4.0",
17
- "@tanstack/eslint-plugin-query": "^5.35.6",
18
- "@typescript-eslint/parser": "^7.12.0",
19
- "eslint": "^9.4.0",
16
+ "@eslint/js": "^9.5.0",
17
+ "@tanstack/eslint-plugin-query": "^5.43.1",
18
+ "@typescript-eslint/parser": "^7.13.0",
19
+ "eslint": "^9.5.0",
20
20
  "eslint-config-prettier": "^9.1.0",
21
- "eslint-plugin-astro": "^1.2.0",
21
+ "eslint-plugin-astro": "^1.2.2",
22
22
  "eslint-plugin-jsx-a11y": "^6.8.0",
23
- "eslint-plugin-n": "^17.8.1",
23
+ "eslint-plugin-n": "^17.9.0",
24
24
  "eslint-plugin-prettier": "^5.1.3",
25
25
  "eslint-plugin-react": "^7.34.2",
26
26
  "eslint-plugin-react-hooks": "^4.6.2",
27
27
  "eslint-plugin-simple-import-sort": "^12.1.0",
28
28
  "eslint-plugin-sonarjs": "^1.0.3",
29
- "eslint-plugin-unicorn": "^53.0.0",
30
- "prettier": "^3.3.1",
29
+ "eslint-plugin-unicorn": "^54.0.0",
30
+ "prettier": "^3.3.2",
31
31
  "typescript": "^5.4.5",
32
- "typescript-eslint": "^7.12.0"
32
+ "typescript-eslint": "^7.13.0"
33
33
  },
34
34
  "dependencies": {
35
- "@eslint/js": "^9.4.0",
36
- "@tanstack/eslint-plugin-query": "^5.35.6",
37
- "@typescript-eslint/parser": "^7.12.0",
38
- "eslint": "^9.4.0",
35
+ "@eslint/js": "^9.5.0",
36
+ "@tanstack/eslint-plugin-query": "^5.43.1",
37
+ "@typescript-eslint/parser": "^7.13.0",
38
+ "eslint": "^9.5.0",
39
39
  "eslint-config-prettier": "^9.1.0",
40
- "eslint-plugin-astro": "^1.2.0",
40
+ "eslint-plugin-astro": "^1.2.2",
41
41
  "eslint-plugin-jsx-a11y": "^6.8.0",
42
- "eslint-plugin-n": "^17.8.1",
42
+ "eslint-plugin-n": "^17.9.0",
43
43
  "eslint-plugin-prettier": "^5.1.3",
44
44
  "eslint-plugin-react": "^7.34.2",
45
45
  "eslint-plugin-react-hooks": "^4.6.2",
46
46
  "eslint-plugin-simple-import-sort": "^12.1.0",
47
47
  "eslint-plugin-sonarjs": "^1.0.3",
48
- "eslint-plugin-unicorn": "^53.0.0",
49
- "prettier": "^3.3.1",
48
+ "eslint-plugin-unicorn": "^54.0.0",
49
+ "prettier": "^3.3.2",
50
50
  "typescript": "^5.4.5",
51
- "typescript-eslint": "^7.12.0"
51
+ "typescript-eslint": "^7.13.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@ethang/project-builder": "^1.1.39",