mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Canonicalized linting paths
This commit is contained in:
parent
b33aba3da6
commit
6b5035f558
@ -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:*",
|
||||
|
Loading…
Reference in New Issue
Block a user