aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-08-11 21:07:59 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-08-11 21:07:59 +0900
commita598b3a0e0a3b9b749d20e2b670caad15e4351cf (patch)
tree87d4cd0360d1aa5677bce869922d5ed2246fbf29 /.eslintrc
parent530a3314eaedf89cf06130cc37df963afd09f1bc (diff)
Update eslint ant plugins
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 67945d6..91d950b 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -24,9 +24,12 @@
}
},
"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",
"@typescript-eslint/no-explicit-any": "off",
+ "@typescript-eslint/no-extra-non-null-assertion": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],