Skip to content

Commit 9286d50

Browse files
committed
chore: allow declarations following new declaration file
1 parent aa453fd commit 9286d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"ban-types": false,
2020
"interface-name": false,
2121
"forin": false,
22-
"no-empty-interface": false
22+
"no-empty-interface": false,
23+
"no-namespace": [true, "allow-declarations"]
2324
},
2425
"rulesDirectory": []
2526
}

0 commit comments

Comments
 (0)