new typings for ember-qunit, ember-mocha, ember-test-helpers

This commit is contained in:
Derek Wickern
2017-12-02 09:17:02 -08:00
parent 0128360a9d
commit a794e8ac59
11 changed files with 724 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "dtslint/dt.json",
"rules": {
"only-arrow-functions": false,
"strict-export-declare-modifiers": false,
"no-duplicate-imports": false,
"no-declare-current-package": false
}
}