Skip to content

Commit 2396937

Browse files
committed
Remove previously-deprecated configuration settings.
1 parent ced4f2f commit 2396937

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

package.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -168,23 +168,6 @@
168168
"title": "markdownlint",
169169
"type": "object",
170170
"properties": {
171-
"markdownlint.blockJavaScript": {
172-
"description": "Prevents running JavaScript in custom rules, markdown-it plugins, and configuration files",
173-
"deprecationMessage": "Deprecated, honors VS Code's Workspace Trust setting",
174-
"scope": "application",
175-
"type": "boolean",
176-
"default": false
177-
},
178-
"markdownlint.customRulesAlwaysAllow": {
179-
"description": "Array of workspace paths that load custom rules without prompting",
180-
"deprecationMessage": "Deprecated, see CHANGELOG.md and markdownlint.blockJavaScript",
181-
"scope": "application",
182-
"type": "array",
183-
"items": {
184-
"type": "string"
185-
},
186-
"default": []
187-
},
188171
"markdownlint.customRules": {
189172
"description": "Array of paths for custom rules to include when linting",
190173
"scope": "resource",

0 commit comments

Comments
 (0)