Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-24 15:39:54 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-24 15:39:54 +0300
commit7e5446414fb4a5b592b6991c4f39e6594411147a (patch)
tree534367ba3a089b397340f67d5af38c6bc90f2561 /package.json
parent7e5325064bde62f14045d13f11a4019b288370cd (diff)
Fix stylelint selector
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8d6a983..fd72d83 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint src",
- "stylelint:fix": "stylelint src --fix"
+ "stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
+ "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
},
"dependencies": {
"@nextcloud/axios": "^1.6.0",