[ember] TSLint - enable no-single-declare-module rule

This commit is contained in:
Mike North
2018-09-18 10:50:18 -07:00
parent e93e4972f1
commit 18ef99e96f

View File

@@ -3,7 +3,6 @@
"rules": {
// these are disabled because of rfc176 module exports
"strict-export-declare-modifiers": false,
"no-single-declare-module": false,
"no-declare-current-package": false,
"no-self-import": false,