Skip to content

Commit

Permalink
Merge pull request #93 from nextcloud-libraries/fix/indention
Browse files Browse the repository at this point in the history
fix: Adjust indention to be consistent tabs
  • Loading branch information
Pytal committed Jan 22, 2024
2 parents d1f48a9 + bc89a64 commit df74a29
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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/scss"
'stylelint-config-recommended-vue/scss'
],
ignoreFiles: ['**/*.js', '**/*.ts', '**/*.svg'],
rules: {
Expand All @@ -26,12 +26,12 @@ module.exports = {
'no-descending-specificity': null,
'string-quotes': 'single',
'selector-pseudo-class-no-unknown': [
true,
{
// vue deep pseudo-class
ignorePseudoClasses: ['deep'],
},
],
true,
{
// vue deep pseudo-class
ignorePseudoClasses: ['deep'],
},
],
'selector-pseudo-element-no-unknown': [
true,
{
Expand Down

0 comments on commit df74a29

Please sign in to comment.