diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:34:11 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:34:11 +0900 |
commit | 1f10eac90011e6c3c1ad20ce91b358911dc74dcb (patch) | |
tree | 7913507c61396b65512f54c34c42e92a240e3f11 /.eslintrc | |
parent | 3a4bdca8ba11a6448f4d16169e7a5161b2ad2e94 (diff) |
Enable @typescript-eslint/ban-types rule
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ } }, "rules": { - "@typescript-eslint/ban-types": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", |