DefinitelyTyped/types/react-custom-scroll/tslint.json
Guy Romm 6df6e314df
Type definitions for react-custom-scroll (#45628)
* Type definitions for react-custom-scroll

* fix tests
2020-06-23 14:22:28 -04:00

6 lines
136 B
JSON

{"extends": "dtslint/dt.json",
"rules": {
"npm-naming": [true,{"mode":"code","errors":[["NoDefaultExport",false]]}]
}
}