Skip to content

Commit

Permalink
Fix stylelint scss config
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Jan 4, 2022
1 parent 0cffbfb commit 8e61f78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: [
'stylelint-config-recommended-scss',
'stylelint-config-recommended-vue',
"stylelint-config-recommended-vue/scss"
],
ignoreFiles: ['**/*.js', '**/*.ts', '**/*.svg'],
rules: {
Expand Down Expand Up @@ -33,5 +33,4 @@ module.exports = {
},
],
},
plugins: ['stylelint-scss'],
}
6 changes: 2 additions & 4 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
"peerDependencies": {
"stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-scss": "^4.0.0"
"stylelint-config-recommended-vue": "^1.0.0"
},
"devDependencies": {
"stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-recommended-vue": "^1.0.0",
"stylelint-scss": "^4.0.0"
"stylelint-config-recommended-vue": "^1.0.0"
},
"keywords": [
"stylelint",
Expand Down

0 comments on commit 8e61f78

Please sign in to comment.