aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-08-11 21:42:53 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-08-11 21:42:53 +0900
commit83eacb6bc56cdcc3cd76d57e3acc065c80f1fa66 (patch)
tree60fc86db9e81e202f500e0b332d48f2453636257 /.eslintrc
parent936c79ce4f7f733d12894e1831208a7d872f4615 (diff)
Enable @typescript-eslint/explicit-function-return-type
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 6977de9..7a0d757 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -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",