refactor: follow only-arrow-functions lint rule

This commit is contained in:
Daniel
2018-09-17 17:56:35 +02:00
parent c1e1c5cb79
commit 9acbb9fcd6
3 changed files with 11 additions and 12 deletions
-1
View File
@@ -6,7 +6,6 @@
"no-redundant-jsdoc": false,
"ban-types": false,
"no-shadowed-variable": false,
"only-arrow-functions": false,
"ter-no-proto": false,
"adjacent-overload-signatures": false,
"no-constant-condition": false,