angular-docs-cn/tslint.json

7 lines
79 B
JSON
Raw Normal View History

{
"rules": {
"semicolon": true,
"variable-name": false
}
}