@danielwaltz/eslint-config 3.2.0 → 3.2.1

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.1
5
+
6
+ [compare changes](https://github.com/danielwaltz/eslint-config/compare/v3.2.0...v3.2.1)
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - Only spread rules for vue baseline config ([91fe524](https://github.com/danielwaltz/eslint-config/commit/91fe524))
11
+
12
+ ### ❤️ Contributors
13
+
14
+ - Daniel Waltz ([@danielwaltz](https://github.com/danielwaltz))
15
+
4
16
  ## v3.2.0
5
17
 
6
18
  [compare changes](https://github.com/danielwaltz/eslint-config/compare/v3.1.0...v3.2.0)
package/dist/index.mjs CHANGED
@@ -121,7 +121,7 @@ function vueConfigs() {
121
121
  {
122
122
  name: "danielwaltz/vue/baseline",
123
123
  files: ["**/*.vue"],
124
- ...baseline({ ignoreFeatures: ["top-level-await"] })
124
+ ...baseline({ ignoreFeatures: ["top-level-await"] }).at(0)?.rules
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.0",
4
+ "version": "3.2.1",
5
5
  "packageManager": "pnpm@10.28.2",
6
6
  "author": "Daniel Waltz",
7
7
  "license": "MIT",