mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-14 05:02:31 -05:00
Fix eslint by removing the json plugin
This commit is contained in:
parent
cfdecd2c7c
commit
3dbd17ff05
2 changed files with 2 additions and 4 deletions
3
eslintrc
3
eslintrc
|
@ -7,8 +7,7 @@
|
|||
},
|
||||
|
||||
"extends": [
|
||||
"plugin:vue/vue3-recommended",
|
||||
"plugin:json/recommended"
|
||||
"plugin:vue/vue3-recommended"
|
||||
],
|
||||
|
||||
"rules": {
|
||||
|
|
|
@ -40,7 +40,6 @@ ln -s "$(readlink -f stylelintrc)" ~/.stylelintrc
|
|||
* Modules:
|
||||
* [@babel/eslint-parser](https://github.com/babel/babel-eslint)
|
||||
* [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
|
||||
* [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json)
|
||||
|
||||
#### Install
|
||||
|
||||
|
@ -59,7 +58,7 @@ function eslint {
|
|||
Then install with:
|
||||
|
||||
```
|
||||
npm install -g eslint @babel/eslint-parser eslint-plugin-vue eslint-plugin-json
|
||||
npm install -g eslint @babel/eslint-parser eslint-plugin-vue
|
||||
```
|
||||
|
||||
### Config
|
||||
|
|
Loading…
Reference in a new issue