mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove eslint-plugin-json-format (#609)
* Remove eslint-plugin-json-format * json
This commit is contained in:
parent
5418f68cc5
commit
82717bceda
3 changed files with 1 additions and 278 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue