DefinitelyTyped/types/material-ui/tslint.json
Gabriela Araujo Britto e980ea529f
Update tslint configs (#42555)
* Update tslint configs

* Update npm-naming configs

* Fix some configs

#no-publishing-comment
2020-02-24 16:06:03 -08:00

13 lines
357 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"no-any-union": false,
"no-declare-current-package": false,
"no-duplicate-imports": false,
"no-empty-interface": false,
"no-mergeable-namespace": false,
"npm-naming": false,
"strict-export-declare-modifiers": false
}
}