Skip to content

Commit 3c17198

Browse files
committed
fix(lint): styles are now linted with stylelint
1 parent fdc17d4 commit 3c17198

7 files changed

+1151
-34
lines changed

.stylelintrc.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"ignoreFiles": [
4+
"src/decorators/*.js"
5+
]
6+
}

0 commit comments

Comments
 (0)