Skip to content

Commit

Permalink
fix: Adjust indention to be consistent tabs
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and Pytal committed Jan 22, 2024
1 parent 3e0e35d commit bc89a64
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 bc89a64

Please sign in to comment.