DefinitelyTyped/types/next/tslint.json
2017-08-17 14:53:41 -07:00

13 lines
434 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODOs:
"no-duplicate-imports": false,
// 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,
"use-default-type-parameter": false
}
}