added vscode extensions
This commit is contained in:
parent
7cde0829be
commit
26e2a50441
316 changed files with 37301 additions and 0 deletions
12
.vscode/extensions/shd101wyy.markdown-preview-enhanced-0.5.22/tslint.json
vendored
Normal file
12
.vscode/extensions/shd101wyy.markdown-preview-enhanced-0.5.22/tslint.json
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": ["tslint:recommended", "tslint-config-prettier"],
|
||||
"rules": {
|
||||
"interface-name": [true, "never-prefix"],
|
||||
"member-ordering": false, // TODO: enable and sort MarkdownPreviewEnhancedView
|
||||
"no-string-literal": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"prefer-for-of": false,
|
||||
"no-eval": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue