diff --git a/package.json b/package.json index 2f8cb28..d328c04 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "typescript" ], "description": "Intellisense support for CSS Variables", - "version": "2.2.2", + "version": "2.3.0", "publisher": "phoenisx", "license": "MIT", "homepage": "https://github.com/willofindie/vscode-cssvar", @@ -232,9 +232,7 @@ }, "cssvar.postcssSyntax": { "type": "object", - "default": { - - }, + "default": {}, "properties": { "postcss-sass": { "type": "array", @@ -288,9 +286,7 @@ "postcss-syntax": { "type": "array", "description": "To parse template literals in JS/TS source files. Details: https://github.com/willofindie/vscode-cssvar/tree/main/docs/customize-extension.md", - "default": [ - - ], + "default": [], "examples": [ [ "js", @@ -351,8 +347,12 @@ "type": "string" }, "examples": [ - ["--variable"], - ["--(regex)"] + [ + "--variable" + ], + [ + "--(regex)" + ] ], "description": "CSS variable safelist for which linting will be disabled" }