@will-stone/eslint-config 10.0.0 → 10.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.
package/dist/index.cjs CHANGED
@@ -21,6 +21,8 @@ function astro() {
21
21
  astro: _eslintpluginastro2.default
22
22
  },
23
23
  rules: {
24
+ // Astro passes Components to the view which this rule doesn't like.
25
+ "no-useless-assignment": "off",
24
26
  "astro/missing-client-only-directive-value": "error",
25
27
  "astro/no-conflict-set-directives": "error",
26
28
  "astro/no-deprecated-astro-canonicalurl": "error",
package/dist/index.js CHANGED
@@ -21,6 +21,8 @@ function astro() {
21
21
  astro: pluginAstro
22
22
  },
23
23
  rules: {
24
+ // Astro passes Components to the view which this rule doesn't like.
25
+ "no-useless-assignment": "off",
24
26
  "astro/missing-client-only-directive-value": "error",
25
27
  "astro/no-conflict-set-directives": "error",
26
28
  "astro/no-deprecated-astro-canonicalurl": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "description": "Will Stone's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -51,7 +51,7 @@
51
51
  "eslint-config-flat-gitignore": "^0.1.8",
52
52
  "eslint-plugin-astro": "^1.2.3",
53
53
  "eslint-plugin-import-x": "^3.1.0",
54
- "eslint-plugin-jest": "^28.6.0",
54
+ "eslint-plugin-jest": "^28.7.0",
55
55
  "eslint-plugin-jsx-a11y": "^6.9.0",
56
56
  "eslint-plugin-n": "^17.10.1",
57
57
  "eslint-plugin-react": "^7.35.0",
@@ -60,7 +60,7 @@
60
60
  "eslint-plugin-tailwindcss": "^3.17.4",
61
61
  "eslint-plugin-unicorn": "^55.0.0",
62
62
  "glob": "^11.0.0",
63
- "globals": "^15.8.0"
63
+ "globals": "^15.9.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@commits-with-character/conventional-changelog-preset": "^0.2.2",
@@ -68,13 +68,13 @@
68
68
  "@release-it/conventional-changelog": "^8.0.1",
69
69
  "@types/confusing-browser-globals": "^1.0.3",
70
70
  "@types/eslint": "^9.6.0",
71
- "@types/node": "^22.0.1",
71
+ "@types/node": "^22.1.0",
72
72
  "@will-stone/prettier-config": "^8.0.1",
73
73
  "husky": "^9.1.4",
74
- "lint-staged": "^15.2.7",
74
+ "lint-staged": "^15.2.8",
75
75
  "prettier": "^3.3.3",
76
76
  "release-it": "^17.6.0",
77
- "tsup": "^8.2.3",
77
+ "tsup": "^8.2.4",
78
78
  "type-fest": "^4.23.0",
79
79
  "typescript": "^5.5.4"
80
80
  },
@@ -82,8 +82,6 @@
82
82
  "eslint": ">=9.8.0"
83
83
  },
84
84
  "overrides": {
85
- "@typescript-eslint/eslint-plugin": "^8.0.0",
86
- "@typescript-eslint/parser": "^8.0.0",
87
85
  "eslint": ">=9.8.0"
88
86
  }
89
87
  }