pojokcodeid.nvim-lazy/my-snippets/B5-Snippets/tslint.json

16 lines
248 B
JSON
Raw Normal View History

2023-01-15 00:19:37 +07:00
{
"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"
}