DefinitelyTyped/ember/tslint.json
2017-02-23 07:15:16 -08: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
}
}