Skip to content

Commit 4f45494

Browse files
authored
chore(vscode-settings): remove deprecated property; disable postcss validate (#3325)
1 parent 63f1587 commit 4f45494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
"postcss": "css"
120120
},
121121
"eslint.format.enable": true,
122-
"eslint.packageManager": "yarn",
123122
"eslint.useESLintClass": true,
124123
"files.associations": {
125124
"*.css": "postcss"
@@ -167,6 +166,7 @@
167166
}
168167
],
169168
"js/ts.implicitProjectConfig.experimentalDecorators": true,
169+
"postcss.validate": false,
170170
"prettier.configPath": ".prettierrc",
171171
"prettier.ignorePath": ".prettierignore",
172172
"prettier.prettierPath": "node_modules/prettier",

0 commit comments

Comments
 (0)