Skip to content

Commit 6b5035f

Browse files
committed
Canonicalized linting paths
1 parent b33aba3 commit 6b5035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"check": "run-p check:*",
3131
"check:build": "tsc --noEmit",
3232
"check:style": "run-p check:style:*",
33-
"check:style:scss": "stylelint \"src/assets/**/*.scss\"",
33+
"check:style:scss": "stylelint \"src/**/*.scss\"",
3434
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
3535
"start": "ts-node -T tools/build --verbose --dirty --watch",
3636
"upgrade": "run-s upgrade:*",

0 commit comments

Comments
 (0)