disable spellcheck until later version that supports --no-exit-code is installed
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"dev": "npm-run-all --parallel dev:*",
|
"dev": "npm-run-all --parallel dev:*",
|
||||||
"dev:app": "cd app && npm run dev",
|
"dev:app": "cd app && npm run dev",
|
||||||
"dev:electron": "tsc && electron . --development",
|
"dev:electron": "tsc && electron . --development",
|
||||||
"lint": "npm-run-all --parallel lint:prettier lint:tslint lint:spellcheck",
|
"lint": "npm-run-all --parallel lint:prettier lint:tslint",
|
||||||
"lint:prettier": "prettier --check \"**/*.ts{x,}\"",
|
"lint:prettier": "prettier --check \"**/*.ts{x,}\"",
|
||||||
"lint:prettier:fix": "prettier --write \"**/*.ts{x,}\"",
|
"lint:prettier:fix": "prettier --write \"**/*.ts{x,}\"",
|
||||||
"lint:tslint": "tslint -p ./",
|
"lint:tslint": "tslint -p ./",
|
||||||
@@ -123,4 +123,4 @@
|
|||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
"yarn-run-all": "^3.1.1"
|
"yarn-run-all": "^3.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user