DefinitelyTyped/types/ember-mocha/tslint.json

11 lines
266 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-declare-current-package": false,
"no-empty-interface": false,
"only-arrow-functions": false,
"strict-export-declare-modifiers": false,
"unified-signatures": false
}
}