@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 +12 -0
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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