mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
Add paths to lint script. Ignore node_modules in prettier scripts.
This commit is contained in:
parent
2e621c46b9
commit
7f4529ce93
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
"description": "",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --write \"./{backend,dashboard}/**/*.ts\"",
|
||||
"lint": "tslint",
|
||||
"codestyle-check": "prettier --check \"./{backend,dashboard}/**/*.ts\""
|
||||
"format": "prettier --write \"./{backend,dashboard}/{,!(node_modules)/**/}/*.ts\"",
|
||||
"lint": "tslint \"./{backend,dashboard}/{,!(node_modules)/**/}/*.ts\"",
|
||||
"codestyle-check": "prettier --check \"./{backend,dashboard}/{,!(node_modules)/**/}/*.ts\""
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue