vue-linters-config 0.0.3 → 0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Конфиги eslint, stylelint, prettier
2
2
 
3
+ [npm](https://www.npmjs.com/package/vue-linters-config)
4
+
3
5
  _Легко принимать свободу как должное, если никогда её не лишался. (Дик Чейни)_
4
6
 
5
7
  Конфиги для Vue3 Composition API (script setup) + TS + SCSS + CSS Module.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-linters-config",
3
- "version": "0.0.3",
4
- "description": "Vue 3 linters config for eslint, prettier, styleling",
3
+ "version": "0.1.0",
4
+ "description": "Vue 3 linters config for eslint, prettier, stylelint",
5
5
  "author": "Aleksandr Dergunov <a@dergunov.com> (https://dergunov.com)",
6
6
  "main": "./dist/index.umd.js",
7
7
  "files": [