#68 add page moving and input param

tslint rule withespace type
This commit is contained in:
Eugenio Romano
2016-05-24 00:17:21 +01:00
parent d83270e176
commit 2060982ec7
16 changed files with 232 additions and 122 deletions

View File

@@ -110,10 +110,11 @@
],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator"
"check-branch",
"check-operator",
"check-separator",
"check-type",
"check-module"
]
}
}