Skip to content

Commit

Permalink
Update packages and adapt code
Browse files Browse the repository at this point in the history
  • Loading branch information
nirazul committed Jan 30, 2024
1 parent f3d1565 commit 67dd9f9
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 805 deletions.
11 changes: 8 additions & 3 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-recommended-scss',
'stylelint-config-prettier',
],
'rules': {
indentation: [2, { severity: 'error' }],
'string-quotes': ['single', { severity: 'error' }],
'at-rule-empty-line-before': [
'always',
{
except: ['blockless-after-same-name-blockless', 'first-nested'],
ignore: ['after-comment'],
ignoreAtRules: ['else'],
},
],
},
}

0 comments on commit 67dd9f9

Please sign in to comment.