Skip to content
Snippets Groups Projects
Commit 0c3e57ef authored by David Noah Donges's avatar David Noah Donges
Browse files

Update tslint file

Added 'check-module' to 'whitespace' configuration to force spaces in import and export statements.
parent 29035fba
No related merge requests found
......@@ -115,7 +115,8 @@
"check-decl",
"check-operator",
"check-separator",
"check-type"
"check-type",
"check-module"
],
"directive-selector": [
true,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment