You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
397 B
17 lines
397 B
{
|
|
"defaultSeverity": "error",
|
|
"extends": "dtslint/dtslint.json",
|
|
"rules": {
|
|
"array-type": [true, "array"],
|
|
"no-null-undefined-union": false,
|
|
"no-empty-interface": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-unnecessary-generics": false,
|
|
"semicolon": false,
|
|
"strict-export-declare-modifiers": false
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["node_modules/**/*"]
|
|
}
|
|
}
|