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

fix linter

parent 29ed1745
......@@ -13,7 +13,7 @@
],
"scripts": {
"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:prettier": "prettier --write",
"fix": "yarn fix:eslint '{*,**/*}.{js,ts}' && yarn fix:prettier '{*,**/*}.json'",
......@@ -46,4 +46,4 @@
"engines": {
"node": ">= 10.13.0"
}
}
}
\ No newline at end of file
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