mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
chore(lint): remove the -q flag from sass-lint
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
"e2e": "node ./scripts/e2e",
|
||||
"e2e-debug": "node --inspect --debug-brk ./scripts/e2e",
|
||||
"lint": "npm run lint.ts & npm run lint.sass",
|
||||
"lint.sass": "sass-lint -v -q",
|
||||
"lint.sass": "sass-lint -v",
|
||||
"lint.ts": "tslint --project .",
|
||||
"lint.ts.fix": "tslint --project . --fix",
|
||||
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
|
||||
|
||||
Reference in New Issue
Block a user