Skip to content

Commit 3b60293

Browse files
Merge pull request #248 from HaudinFlorence/add_a_stylelintrc_file
Add a .stylelintrc.json file
2 parents 3e185e1 + 2947147 commit 3b60293

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.stylelintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"rules": {
4+
"indentation": 2,
5+
"color-no-invalid-hex": true
6+
}
7+
}

0 commit comments

Comments
 (0)