mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore(stylelint): do not lint /css with bundled styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
a0cb9ee630
commit
f732d6ce5a
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
|||
"lint": "eslint",
|
||||
"lint:fix": "eslint --fix",
|
||||
"serve": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js serve --node-env development --progress --allowed-hosts all",
|
||||
"stylelint": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\"",
|
||||
"stylelint:fix": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\" --fix",
|
||||
"stylelint": "stylelint \"src/**/*.scss\" \"src/**/*.vue\"",
|
||||
"stylelint:fix": "stylelint \"src/**/*.scss\" \"src/**/*.vue\" --fix",
|
||||
"test": "vitest",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"typescript:check": "vue-tsc --noEmit",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue