Skip to content

Commit 14ca6e7

Browse files
committed
add stylelint for *.overrides amd *.variables and fix indentation
1 parent 049cf20 commit 14ca6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"scripts": {
2727
"build": "gulp build",
2828
"changelog": "auto-changelog -p",
29-
"lint": "eslint --ext .js . && stylelint \"**/*.{css,less}\"",
30-
"lint-fix": "eslint --ext .js . --fix && stylelint \"**/*.{css,less}\" --fix"
29+
"lint": "eslint --ext .js . && stylelint \"**/*.{css,less,overrides,variables}\"",
30+
"lint-fix": "eslint --ext .js . --fix && stylelint \"**/*.{css,less,overrides,variables}\" --fix"
3131
},
3232
"dependencies": {
3333
"@actions/core": "^1.6.0",

0 commit comments

Comments
 (0)