Skip to content

Commit

Permalink
Merge pull request #14 from nextcloud/bugfix/stylelint14
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Nov 11, 2021
2 parents 9c613aa + 65ef324 commit efc2f72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
extends: 'stylelint-config-recommended-scss',
extends: [
'stylelint-config-recommended-scss',
'stylelint-config-recommended-vue',
],
rules: {
indentation: 'tab',
'selector-type-no-unknown': null,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"url": "git+https:/nextcloud/stylelint-config.git"
},
"peerDependencies": {
"stylelint": "^14.0.0",
"stylelint-config-recommended-scss": "^5.0.0",
"stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-scss": "^4.0.0"
},
"devDependencies": {
"stylelint": "^14.0.0",
"stylelint-config-recommended-scss": "^5.0.0",
"stylelint": "^14.0.1",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-scss": "^4.0.0"
},
"keywords": [
Expand Down

0 comments on commit efc2f72

Please sign in to comment.