Skip to content

Commit

Permalink
🐎 ci: add stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
kiccer committed Apr 11, 2024
1 parent 42d4611 commit d37f3b9
Show file tree
Hide file tree
Showing 4 changed files with 549 additions and 10 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prepare": "husky"
},
"devDependencies": {
"@stylistic/stylelint-plugin": "^2.1.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/test-utils": "^2.4.5",
Expand All @@ -28,8 +29,13 @@
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"postcss-html": "^1.6.0",
"sass": "^1.74.1",
"standard": "^17.1.0",
"stylelint": "^16.3.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
Expand Down Expand Up @@ -64,6 +70,6 @@
"src/utils"
],
"volta": {
"node": "16.20.2"
"node": "18.20.1"
}
}
Loading

0 comments on commit d37f3b9

Please sign in to comment.