DefinitelyTyped/types/next/tslint.json
2017-07-05 12:30:20 -07:00

10 lines
332 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// All of the different "export default" lines in the index.d.ts
// appear to be triggering this. Remove this when I know of a way
// to declare a default export across multiple package/subpackages.
"strict-export-declare-modifiers": false
}
}