Skip to content

Commit

Permalink
Remove inexistent rules from stylelintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nirazul committed Jan 30, 2024
1 parent ab6c0f9 commit 291ccd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ module.exports = {
'stylelint-config-standard',
'stylelint-config-recommended-scss',
],
'rules': {
indentation: [2, { severity: 'error' }],
'string-quotes': ['single', { severity: 'error' }],
},
}

0 comments on commit 291ccd3

Please sign in to comment.