aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-01-09 11:11:37 -0500
committertusooa <tusooa@kazv.moe>2023-01-09 11:11:37 -0500
commit38961bc167f3fedcd6c3eb61f92d9134f9b5cbdf (patch)
tree6ed742a40e2075e70e9d000838b08772737f3d10 /package.json
parentf22d2411b125c3c675ae2b89fa33dac85799318b (diff)
Update stylelint and support vue/scss
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index 49f248d0..1949a16e 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
- "stylelint": "npx stylelint src/components/status/status.scss",
+ "stylelint": "npx stylelint '**/*.scss' '**/*.vue'",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"lint-fix": "eslint --fix --ext .js,.vue src test/unit/specs test/e2e/specs"
},
@@ -103,7 +103,9 @@
"opn": "5.5.0",
"ora": "0.4.1",
"postcss": "8.4.20",
+ "postcss-html": "^1.5.0",
"postcss-loader": "7.0.2",
+ "postcss-scss": "^4.0.6",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"selenium-server": "2.53.1",
@@ -113,7 +115,10 @@
"sinon": "15.0.1",
"sinon-chai": "3.7.0",
"stylelint": "14.16.1",
- "stylelint-config-standard": "20.0.0",
+ "stylelint-config-html": "^1.1.0",
+ "stylelint-config-recommended-scss": "^8.0.0",
+ "stylelint-config-recommended-vue": "^1.4.0",
+ "stylelint-config-standard": "29.0.0",
"stylelint-rscss": "0.4.0",
"vue-loader": "17.0.1",
"vue-style-loader": "4.1.3",