Fix eslint by removing the json plugin

This commit is contained in:
Kevin MacMartin 2024-06-13 15:01:02 -04:00
parent cfdecd2c7c
commit 3dbd17ff05
2 changed files with 2 additions and 4 deletions

View file

@ -7,8 +7,7 @@
}, },
"extends": [ "extends": [
"plugin:vue/vue3-recommended", "plugin:vue/vue3-recommended"
"plugin:json/recommended"
], ],
"rules": { "rules": {

View file

@ -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