19 lines
519 B
JSON
19 lines
519 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": [
|
|
"tslint:recommended"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"no-consecutive-blank-lines": false,
|
|
"space-before-function-paren": false,
|
|
"no-bitwise": false,
|
|
"trailing-comma": false,
|
|
"max-line-length": false,
|
|
"prefer-for-of": false,
|
|
"typedef": true,
|
|
"no-console": false,
|
|
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
|
|
},
|
|
"rulesDirectory": []
|
|
} |