Update tslint config
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
"indent": [true, "tabs"],
|
"indent": [true, "tabs"],
|
||||||
"semicolon": [true, "always", "ignore-interfaces"],
|
"semicolon": [true, "always", "ignore-interfaces"],
|
||||||
"quotemark": [true, "single", "avoid-escape"],
|
"quotemark": [true, "single", "avoid-escape"],
|
||||||
|
"only-arrow-functions": true,
|
||||||
"no-duplicate-variable": true,
|
"no-duplicate-variable": true,
|
||||||
"member-access": true,
|
"member-access": true,
|
||||||
"member-ordering": [
|
"member-ordering": [
|
||||||
|
|||||||
Reference in New Issue
Block a user