diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 2a3b4a8..8a6f297 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,8 @@ "no-cond-assign": 0, "no-console": 0, "no-plusplus": 0, - "linebreak-style": 0 + "linebreak-style": 0, + "func-names": 0, + "@typescript-eslint/comma-dangle": 0 } } |