Files
DefinitelyTyped/types/ember/tslint.json
2017-03-29 13:07:39 -07:00

11 lines
258 B
JSON

{
"extends": "../tslint.json",
"rules": {
// Heavy use of Function type in this older package.
"ban-types": false,
"no-misused-new": false,
// not sure what this means
"no-single-declare-module": false
}
}