Skip to content

Commit

Permalink
Canonicalized linting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Aug 30, 2021
1 parent b33aba3 commit 6b5035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"check": "run-p check:*",
"check:build": "tsc --noEmit",
"check:style": "run-p check:style:*",
"check:style:scss": "stylelint \"src/assets/**/*.scss\"",
"check:style:scss": "stylelint \"src/**/*.scss\"",
"check:style:ts": "eslint --cache \"src/**/*.ts\"",
"start": "ts-node -T tools/build --verbose --dirty --watch",
"upgrade": "run-s upgrade:*",
Expand Down

0 comments on commit 6b5035f

Please sign in to comment.