vue-linters-config 0.1.5 → 0.1.6

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ _Легко принимать свободу как должное, если н
14
14
 
15
15
  Установка сторонних зависимостей:
16
16
 
17
- `npm i @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint-plugin-vue prettier stylelint stylelint-config-recess-order stylelint-config-recommended-scss stylelint-config-recommended-vue stylelint-prettier --save-dev`
17
+ `npm i @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-prettier eslint-plugin-vue prettier stylelint stylelint-config-recess-order stylelint-config-recommended-scss stylelint-config-recommended-vue stylelint-prettier postcss-html --save-dev`
18
18
 
19
19
  В package.json добавить команду в секцию script для запуска npm run lint:
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-linters-config",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
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",
@@ -11,6 +11,6 @@
11
11
  "build": "vite build"
12
12
  },
13
13
  "devDependencies": {
14
- "vite": "4.3.9"
14
+ "vite": "4.4.4"
15
15
  }
16
16
  }