Skip to content

Commit

Permalink
Add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Sep 10, 2024
1 parent 640d69c commit e49a546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"postcss": "8.4.45",
"stylelint": "16.9.0",
"stylelint-config-recess-order": "5.1.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0"
}
Expand Down
3 changes: 1 addition & 2 deletions rules/css.rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

export default {
extends: [
// 'stylelint-config-standard',
'stylelint-config-clean-order',
'stylelint-config-standard',
'stylelint-config-recess-order',
],
fix: true,
Expand Down

0 comments on commit e49a546

Please sign in to comment.