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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-21 13:17:07 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-08 19:05:31 +0300
commit54d1174b7564d114e9c834da19ed3535422bb73c (patch)
tree3c067f533dcee174c26a886317dd30f32648f411 /package.json
parentae516699a26963bde8061445cc68959a94f648a1 (diff)
Run stylelint with the version from package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index bdc502de2..f2cb902c7 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,8 @@
"lint": "eslint --ext .js,.vue src",
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
"lint:fix": "eslint --ext .js,.vue src --fix",
- "stylelint": "stylelint -f verbose --config .stylelintrc src",
- "stylelint:fix": "stylelint --config .stylelintrc src --fix",
+ "stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
+ "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
},
"dependencies": {
@@ -79,10 +79,10 @@
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.1",
- "stylelint": "^8.4.0",
- "stylelint-config-recommended-scss": "^3.3.0",
+ "stylelint": "^13.3.2",
+ "stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.17.1",
- "stylelint-webpack-plugin": "^0.10.5",
+ "stylelint-webpack-plugin": "^1.2.3",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",