@danielwaltz/eslint-config 3.2.1 → 3.2.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/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## v3.2.2
5
+
6
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v3.2.1...v3.2.2)
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Ensure vue baseline config name and files are not overwritten ([79d16cf](https://github.com/danielwaltz/eslint-config/commit/79d16cf))
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
15
+
4
16
  ## v3.2.1
5
17
 
6
18
  [compare changes](https://github.com/danielwaltz/eslint-config/compare/v3.2.0...v3.2.1)
package/dist/index.mjs CHANGED
@@ -119,9 +119,9 @@ function vueConfigs() {
119
119
  }
120
120
  },
121
121
  {
122
+ ...baseline({ ignoreFeatures: ["top-level-await"] }).at(0),
122
123
  name: "danielwaltz/vue/baseline",
123
- files: ["**/*.vue"],
124
- ...baseline({ ignoreFeatures: ["top-level-await"] }).at(0)?.rules
124
+ files: ["**/*.vue"]
125
125
  }
126
126
  ];
127
127
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@danielwaltz/eslint-config",
3
3
  "type": "module",
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "packageManager": "pnpm@10.28.2",
6
6
  "author": "Daniel Waltz",
7
7
  "license": "MIT",