pojokcodeid.nvim-lazy/my-snippets/B5-Snippets/tslint.json
asep komarudin 1ab37bd478 update
2023-01-15 00:19:37 +07:00

15 lines
248 B
JSON

{
"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"
}