Skip to content

Commit 7a65eaa

Browse files
Added StyleLint
1 parent 60c945d commit 7a65eaa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.stylelintignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/vendor/**
2+
**/dummy/**
3+
**/sandbox/**
4+
**/guides/output/**

.stylelintrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "stylelint-config-recommended",
3+
"rules": {
4+
"at-rule-no-unknown": null
5+
}
6+
}

0 commit comments

Comments
 (0)