aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-12-22 10:42:48 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-12-22 10:48:39 +0900
commitda72c2ddd916d79d134662e3985b53a4ac78af7a (patch)
tree5367c48648e2018f55f12d847baba94559e10040 /.eslintrc
parent029d5365e7d74e87375fccb8db097b7c2df3f7f4 (diff)
Fix lint rules on tests
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 0ff0b11..d08c3a6 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -28,6 +28,7 @@
},
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
+ "@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-non-null-assertion": "off",