chore(sass): update the sass lint task and change warnings to error

This commit is contained in:
Brandy Carney
2018-03-30 12:46:23 -04:00
parent 062641d8ca
commit 31de300256
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ rules:
no-duplicate-properties: 0
no-mergeable-selectors: 1
no-misspelled-properties:
- 1
- 2
- extra-properties:
- contain
- overscroll-behavior
@@ -60,7 +60,7 @@ rules:
property-sort-order:
- 1
- 2
- ignore-custom-properties: false
order:
@@ -203,5 +203,5 @@ rules:
- transition-property
- transition-timing-function
quotes:
- 1
- 2
- style: double

View File

@@ -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",
"lint.sass": "sass-lint -v -q",
"lint.ts": "tslint --project .",
"lint.ts.fix": "tslint --project . --fix",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",