Skip to content

Commit

Permalink
pin back stylelint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 11, 2023
1 parent 89b7354 commit 25b91be
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 165 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down Expand Up @@ -40,7 +40,7 @@
"[scss]": {
"editor.rulers": [80],
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
"source.fixAll.stylelint": "explicit"
}
},
"files.exclude": {
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^5.0.1",
"stylelint": "^16.0.1",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
Expand All @@ -80,9 +80,6 @@
"vite": "^5.0.7",
"vitest": "^1.0.4"
},
"resolutions": {
"vite": "<5"
},
"yarn-upgrade-all": {
"ignore": [
"@types/node"
Expand Down
Loading

0 comments on commit 25b91be

Please sign in to comment.