DefinitelyTyped/ember/tslint.json
Marius Seritan 1d8b48f01f More restrictive tslint and more Ember definitions.
- fix a lot of lint issues
- add inject
- enhance Promise<T, V>
2016-11-27 15:51:37 -08:00

10 lines
231 B
JSON

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