Verified Commit 37372b22 authored by Alexander's avatar Alexander
Browse files

fix linter

parent 29ed1745
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
], ],
"scripts": { "scripts": {
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"lint": "pre-commit run --color=always --all --show-diff-on-failure", "lint": "yarn eslint --quiet '{*,**/*}.{js,ts}' && yarn prettier --check '{*,**/*}.json' && yarn typecheck",
"fix:eslint": "eslint --fix", "fix:eslint": "eslint --fix",
"fix:prettier": "prettier --write", "fix:prettier": "prettier --write",
"fix": "yarn fix:eslint '{*,**/*}.{js,ts}' && yarn fix:prettier '{*,**/*}.json'", "fix": "yarn fix:eslint '{*,**/*}.{js,ts}' && yarn fix:prettier '{*,**/*}.json'",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment