mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Run stylelint on all SCSS files
This adds quotes so that globbing actually works as intended with `stylelint`. Previously, we were relying on whatever a shell does with `**` style globs, which meant that many files weren't picked up. This means many files weren't being linted before, so the remaining commits will fix those new errors.
This commit is contained in:
parent
349afb13f3
commit
4ebba43873
@ -49,7 +49,7 @@
|
||||
"lint": "eslint src/",
|
||||
"lintall": "eslint src/ test/",
|
||||
"lintwithexclusions": "eslint --max-warnings 0 --ignore-path .eslintignore.errorfiles src test",
|
||||
"stylelint": "stylelint res/css/**/*.scss",
|
||||
"stylelint": "stylelint 'res/css/**/*.scss'",
|
||||
"clean": "rimraf lib",
|
||||
"prepare": "yarn clean && yarn build && git rev-parse HEAD > git-revision.txt",
|
||||
"test": "karma start --single-run=true --browsers VectorChromeHeadless",
|
||||
|
Loading…
Reference in New Issue
Block a user