UNPKG

362 BJSONView Raw
1{
2 "extends": "tslint-config-airbnb",
3 "rules": {
4 "no-boolean-literal-compare": false,
5 "import-name": false,
6 "align": false,
7 "variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
8 "no-this-assignment": [true, { "allow-destructuring": true }],
9 "max-line-length": false,
10 "no-parameter-reassignment": false
11 }
12}
\No newline at end of file