project-booster-vue 9.18.3 → 9.18.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 CHANGED
@@ -115,8 +115,8 @@ yarn storybook:deploy
115
115
 
116
116
  To improve your development experience, integrate linting features to your IDE:
117
117
 
118
- - **IntelliJ** code quality tool configuration for [eslint](https://www.jetbrains.com/help/idea/eslint.html) and [stylelint](https://www.jetbrains.com/help/idea/using-stylelint-code-quality-tool.html);
119
- - **VSCode** extension for [eslint](https://github.com/microsoft/vscode-eslint) and [stylelint](https://github.com/shinnn/vscode-stylelint);
118
+ - **IntelliJ** code quality tool configuration for [eslint](https://www.jetbrains.com/help/idea/eslint.html), [prettier](https://www.jetbrains.com/help/idea/prettier.html) and [stylelint](https://www.jetbrains.com/help/idea/using-stylelint-code-quality-tool.html);
119
+ - **VSCode** extension for [eslint](https://github.com/microsoft/vscode-eslint), [prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) and [stylelint](https://github.com/shinnn/vscode-stylelint);
120
120
 
121
121
  ### Automating linting during dev limitations
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.18.3",
3
+ "version": "9.18.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",