Skip to content

Commit 3dbeff5

Browse files
committed
add stylelint vscode extension
1 parent d96e3dd commit 3dbeff5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

monkeytype.code-workspace

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"testing.automaticallyOpenTestResults": "neverOpen",
4545
"vitest.maximumConfigs": 10,
4646
"oxc.typeAware": true,
47-
"typescript.format.enable": false,
47+
"js/ts.format.enabled": false,
4848
"oxc.fmt.configPath": ".oxfmtrc-editor.json",
4949
"oxc.fixKind": "safe_fix_or_suggestion",
5050
"[json]": {
@@ -68,6 +68,11 @@
6868
"[javascriptreact]": {
6969
"editor.defaultFormatter": "oxc.oxc-vscode",
7070
},
71+
"css.validate": false,
72+
"scss.validate": false,
73+
"stylelint.lintFiles.glob": "**/*.{css,scss}",
74+
"stylelint.snippet": ["css", "postcss", "scss"],
75+
"stylelint.validate": ["css", "postcss", "scss"],
7176
},
7277

7378
"launch": {
@@ -101,6 +106,7 @@
101106
"oxc.oxc-vscode",
102107
"bradlc.vscode-tailwindcss",
103108
"csstools.postcss",
109+
"stylelint.vscode-stylelint",
104110
],
105111
},
106112
}

0 commit comments

Comments
 (0)