Skip to content

Commit

Permalink
fix: add stylelint-config-prettier-scss to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed Jan 26, 2024
1 parent cf8e43e commit f264a72
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
extends: [
'stylelint-config-standard-scss',
'stylelint-config-standard-vue/scss',
'stylelint-config-prettier-scss',
],
rules: {
'at-rule-no-unknown': null,
Expand Down
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-prettier": "^5.0.0"
Expand Down

0 comments on commit f264a72

Please sign in to comment.