Skip to content

Commit 043d4ee

Browse files
author
Ivan Demidov
committed
Fixed #38, change stylelint config to standart
1 parent 4654b6a commit 043d4ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "stylelint-config-suitcss"
2+
"extends": "stylelint-config-standard"
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"postcss-nested": "^1.0.0",
5353
"postcss-sorting": "^1.1.0",
5454
"stylelint": "^4.1.0",
55-
"stylelint-config-suitcss": "^3.0.0"
55+
"stylelint-config-standard": "^3.0.0"
5656
}
5757
}

0 commit comments

Comments
 (0)