diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:07:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:07:59 +0900 |
commit | a598b3a0e0a3b9b749d20e2b670caad15e4351cf (patch) | |
tree | 87d4cd0360d1aa5677bce869922d5ed2246fbf29 /.eslintrc | |
parent | 530a3314eaedf89cf06130cc37df963afd09f1bc (diff) |
Update eslint ant plugins
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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": "^_" }], |