Remove eslint-plugin-json-format (#609)

* Remove eslint-plugin-json-format

* json
This commit is contained in:
Lipis 2020-01-29 12:26:40 +02:00 committed by GitHub
parent 5418f68cc5
commit 82717bceda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 278 deletions

View file

@ -24,7 +24,6 @@
"@types/react": "16.9.19",
"@types/react-color": "3.0.1",
"@types/react-dom": "16.9.5",
"eslint-plugin-json-format": "2.0.1",
"husky": "4.2.1",
"lint-staged": "10.0.3",
"node-sass": "4.13.1",
@ -34,12 +33,6 @@
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"json-format"
],
"settings": {
"json/sort-package-json": false
},
"rules": {
"no-console": [
"warn",