mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-12-03 19:55:03 -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": [
|
"extends": [
|
||||||
"plugin:vue/vue3-recommended",
|
"plugin:vue/vue3-recommended"
|
||||||
"plugin:json/recommended"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|
|
@ -40,7 +40,6 @@ ln -s "$(readlink -f stylelintrc)" ~/.stylelintrc
|
||||||
* Modules:
|
* Modules:
|
||||||
* [@babel/eslint-parser](https://github.com/babel/babel-eslint)
|
* [@babel/eslint-parser](https://github.com/babel/babel-eslint)
|
||||||
* [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
|
* [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
|
||||||
* [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json)
|
|
||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
|
@ -59,7 +58,7 @@ function eslint {
|
||||||
Then install with:
|
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
|
### Config
|
||||||
|
|
Loading…
Reference in a new issue