Skip to content

Commit ac0ff16

Browse files
committed
refactor: removed obsolete and added relevant dependecy
1 parent a0ee205 commit ac0ff16

File tree

3 files changed

+268
-88
lines changed

3 files changed

+268
-88
lines changed

.stylelintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
3-
"stylelint-config-sass-guidelines",
4-
"stylelint-config-prettier"
3+
"stylelint-config-standard",
4+
"stylelint-config-sass-guidelines"
55
],
66
"rules": {
77
"order/properties-alphabetical-order": null,

0 commit comments

Comments
 (0)