mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Init carbon-components-react. * Fix tsconfig. * Add missing file. * Fix test + read only array. * Fix test.
18 lines
511 B
JSON
18 lines
511 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"npm-naming": false,
|
|
"no-any-union": false,
|
|
"no-empty-interface": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-void-expression": false,
|
|
"one-line": false,
|
|
"prefer-const": false,
|
|
"semicolon": [true, "always", "ignore-interfaces"],
|
|
"strict-export-declare-modifiers": false,
|
|
"void-return": false
|
|
}
|
|
}
|