mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-31 15:09:36 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
15
snippets/B5-Snippets/tslint.json
Normal file
15
snippets/B5-Snippets/tslint.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"rules": {
|
||||
"no-string-throw": true,
|
||||
"no-unused-expression": true,
|
||||
"no-duplicate-variable": true,
|
||||
"curly": true,
|
||||
"class-name": true,
|
||||
"semicolon": [
|
||||
true,
|
||||
"always"
|
||||
],
|
||||
"triple-equals": true
|
||||
},
|
||||
"defaultSeverity": "warning"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue