Skip to content

Commit cf13a05

Browse files
committed
Add stylelint configuration
1 parent 81317e9 commit cf13a05

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.stylelintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "stylelint-config-suitcss"
3+
}

test/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"lint": true,
3+
"postcss-reporter": {
4+
"plugins": ["stylelint"],
5+
"throwError": true
6+
}
7+
}

0 commit comments

Comments
 (0)