UNPKG

483 BJSONView Raw
1{
2 "extends": "dtslint/dtslint.json",
3 "rules": {
4 "array-type": [true, "generic"],
5 "import-spacing": false,
6 "semicolon": false,
7 "whitespace": [
8 true,
9 "check-branch",
10 "check-decl",
11 "check-operator",
12 "check-module",
13 "check-rest-spread",
14 "check-type",
15 "check-typecast",
16 "check-type-operator",
17 "check-preblock"
18 ]
19 }
20}