From 31de3002563224dadc54eba8d9503d7e52996667 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 30 Mar 2018 12:46:23 -0400 Subject: [PATCH] chore(sass): update the sass lint task and change warnings to error --- core/.sass-lint.yml | 6 +++--- core/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/.sass-lint.yml b/core/.sass-lint.yml index a83c846688..1e11ad3287 100644 --- a/core/.sass-lint.yml +++ b/core/.sass-lint.yml @@ -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 \ No newline at end of file diff --git a/core/package.json b/core/package.json index 489a329350..18b10dac76 100644 --- a/core/package.json +++ b/core/package.json @@ -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",