@danielwaltz/eslint-config 3.0.1 → 3.1.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## v3.1.0
5
+
6
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v3.0.1...v3.1.0)
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Add new directives rule ([389eac9](https://github.com/danielwaltz/eslint-config/commit/389eac9))
11
+
12
+ ### 🏡 Chore
13
+
14
+ - Update tsconfig version ([f20749d](https://github.com/danielwaltz/eslint-config/commit/f20749d))
15
+ - Update deps ([f518fb3](https://github.com/danielwaltz/eslint-config/commit/f518fb3))
16
+
17
+ ### ❤️ Contributors
18
+
19
+ - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
20
+
4
21
  ## v3.0.1
5
22
 
6
23
  [compare changes](https://github.com/danielwaltz/eslint-config/compare/v3.0.0...v3.0.1)
package/dist/index.mjs CHANGED
@@ -90,6 +90,7 @@ function vueConfigs() {
90
90
  "vue/no-reserved-component-names": "error",
91
91
  "vue/no-root-v-if": "error",
92
92
  "vue/no-template-target-blank": "error",
93
+ "vue/no-undef-directives": "error",
93
94
  "vue/no-unsupported-features": ["error", { version: "^3.5.0" }],
94
95
  "vue/no-unused-emit-declarations": "error",
95
96
  "vue/no-unused-properties": "error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielwaltz/eslint-config",
3
3
  "type": "module",
4
- "version": "3.0.1",
4
+ "version": "3.1.0",
5
5
  "packageManager": "pnpm@10.28.0",
6
6
  "author": "Daniel Waltz",
7
7
  "license": "MIT",
@@ -52,8 +52,8 @@
52
52
  "eslint-plugin-vuejs-accessibility": "^2.4.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@tsconfig/node22": "^22.0.5",
56
- "@types/node": "~24.10.8",
55
+ "@tsconfig/node24": "^24.0.4",
56
+ "@types/node": "~24.10.9",
57
57
  "changelogen": "^0.6.2",
58
58
  "obuild": "^0.4.14",
59
59
  "typescript": "~5.9.3"