Re-enable two linter rules in backbone-relational

no-declare-current-package
no-single-declare-module
This commit is contained in:
Julian Gonggrijp
2019-02-15 02:36:50 +01:00
parent b26dfca0d2
commit 00b5d6b4bf

View File

@@ -22,7 +22,6 @@
"no-conditional-assignment": false,
"no-consecutive-blank-lines": false,
"no-construct": false,
"no-declare-current-package": false,
"no-duplicate-imports": false,
"no-duplicate-variable": false,
"no-empty-interface": false,
@@ -41,7 +40,6 @@
"no-reference-import": false,
"no-relative-import-in-test": false,
"no-self-import": false,
"no-single-declare-module": false,
"no-string-throw": false,
"no-unnecessary-callback-wrapper": false,
"no-unnecessary-class": false,