Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 52ad420

Browse files
committed
chore: setup stylelint
- add ignoring *.md - add ignoring value-keyword-case rule
1 parent 4eb8941 commit 52ad420

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.stylelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
22
node_modules
33
public
4+
*.md

.stylelintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ module.exports = {
1616
],
1717
'declaration-block-trailing-semicolon': null,
1818
'no-descending-specificity': null,
19+
'value-keyword-case': null,
1920
},
2021
}

0 commit comments

Comments
 (0)