Files
DefinitelyTyped/types/ember/tslint.json
2017-03-24 14:27:52 -07:00

11 lines
264 B
JSON

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