mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* Exempt 3 react packages from npm-naming The lint rule incorrectly thinks the packages export a callable object. Typescript is usually bad at understanding the output of a react package, so I think the best thing is to turn off the rule. * add missed react package
7 lines
143 B
JSON
7 lines
143 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"npm-naming": [true,{"mode":"code","errors":[["NeedsExportEquals",false]]}]
|
|
}
|
|
}
|