Skip to content

Commit

Permalink
chore: stylelint update
Browse files Browse the repository at this point in the history
  • Loading branch information
myovchev committed Aug 21, 2024
1 parent 52adc9c commit 3e8e26b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
{
"extends": "stylelint-config-apostrophe",
"overrides": [
{
"files": ["*.vue", "**/*.vue"],
"customSyntax": "postcss-html"
},
{
"files": ["*.s{c,a}ss", "**/*.s{c,a}ss"],
"customSyntax": "postcss-scss"
}
]
"extends": "stylelint-config-apostrophe"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"mocha": "^10.2.0",
"stylelint": "^15.9.0",
"stylelint-config-apostrophe": "^3.0.0",
"stylelint": "^16.0.0",
"stylelint-config-apostrophe": "^4.1.0",
"vue-eslint-parser": "^9.3.2"
},
"dependencies": {
Expand Down

0 comments on commit 3e8e26b

Please sign in to comment.