@vue-laab/presets 1.0.2 → 1.0.4
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/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
A strictly opinionated set of configurations for **Vue 3** and **JavaScript** projects. Designed to enforce clean code, prevent reactivity pitfalls, and maintain a unified visual style.
|
|
4
4
|
|
|
5
|
+
> [!IMPORTANT]
|
|
6
|
+
> **Compatibility Note**: This package is optimized for **ESLint 9.x**.
|
|
7
|
+
> Due to breaking changes in ESLint 10 (specifically the removal of `context.getSourceCode`), some Vue plugins may throw errors. We recommend sticking to ESLint `^9.0.0` until official plugin support for v10 is stabilized.
|
|
8
|
+
|
|
5
9
|
## Key Features
|
|
6
10
|
|
|
7
11
|
- **Modern ESLint**: Fully compatible with ESLint 9+ Flat Config.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-laab/presets",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A collection of opinionated ESLint and Prettier configurations for Vue 3 development. Focused on clean code, reactivity safety, and consistent styling.",
|
|
5
5
|
"main": "eslint.js",
|
|
6
6
|
"exports": {
|
|
@@ -34,4 +34,4 @@
|
|
|
34
34
|
},
|
|
35
35
|
"author": "M.Vovk",
|
|
36
36
|
"license": "ISC"
|
|
37
|
-
}
|
|
37
|
+
}
|