diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:42:53 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:42:53 +0900 |
commit | 83eacb6bc56cdcc3cd76d57e3acc065c80f1fa66 (patch) | |
tree | 60fc86db9e81e202f500e0b332d48f2453636257 /.eslintrc | |
parent | 936c79ce4f7f733d12894e1831208a7d872f4615 (diff) |
Enable @typescript-eslint/explicit-function-return-type
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ } }, "rules": { - "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-explicit-any": "off", |