This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rpgedit/tslint.json

15 lines
330 B
JSON
Raw Normal View History

2018-10-24 01:26:15 +02:00
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"curly": [true, "as-needed"],
"indent": [true, "tabs"],
"no-bitwise": false,
"quotemark": [true, "single", "avoid-escape", "avoid-template"]
},
"rulesDirectory": []
}