mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Update css/less/scss config to make validProperty an string[]
This commit is contained in:
@@ -180,6 +180,9 @@
|
||||
"css.lint.validProperties": {
|
||||
"type": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"scope": "resource",
|
||||
"default": [],
|
||||
"description": "%css.lint.validProperties.desc%"
|
||||
@@ -427,6 +430,9 @@
|
||||
"scss.lint.validProperties": {
|
||||
"type": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"scope": "resource",
|
||||
"default": [],
|
||||
"description": "%scss.lint.validProperties.desc%"
|
||||
@@ -653,6 +659,9 @@
|
||||
"less.lint.validProperties": {
|
||||
"type": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"scope": "resource",
|
||||
"default": [],
|
||||
"description": "%less.lint.validProperties.desc%"
|
||||
|
||||
Reference in New Issue
Block a user