diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 10:42:48 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 10:48:39 +0900 |
commit | da72c2ddd916d79d134662e3985b53a4ac78af7a (patch) | |
tree | 5367c48648e2018f55f12d847baba94559e10040 /.eslintrc | |
parent | 029d5365e7d74e87375fccb8db097b7c2df3f7f4 (diff) |
Fix lint rules on tests
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |