Update tslint config
This commit is contained in:
parent
3601b5985b
commit
b2e46c5259
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user