Skip to content

Commit 614aad2

Browse files
committed
[repo] Configure stylelint vscode extension
1 parent 8615c77 commit 614aad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stylelintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "stylelint-config-standard"
2+
"extends": "stylelint-config-standard",
3+
"reportNeedlessDisables": true
34
}

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"markdownlint.customRules": [
3-
]
2+
"stylelint.packageManager": "yarn"
43
}

0 commit comments

Comments
 (0)