Remove eslint from fix because of bugginess
This commit is contained in:
parent
4bf5ca8d3f
commit
9dae6f982e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"lint:prettier": "pretty-quick --ignore-path .gitignore --check --plugin-search-dir=. .",
|
||||
"lint:prettier:all": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
|
||||
"lint:eslint": "eslint --ignore-path .gitignore ./src/",
|
||||
"fix": "yarn fix:prettier && yarn fix:eslint",
|
||||
"fix": "yarn fix:prettier",
|
||||
"fix:prettier": "pretty-quick --ignore-path .gitignore --write --plugin-search-dir=. .",
|
||||
"fix:prettier:all": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
||||
"fix:eslint": "eslint --fix --ignore-path .gitignore ./src/",
|
||||
|
|
Reference in a new issue