diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:27:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 21:27:47 +0900 |
commit | 5a7086913e2040623d190ce5d583de16ae541c0d (patch) | |
tree | 47e327dba48d88a18bd6177e6d17ce194fbb4b79 /.eslintrc | |
parent | b9945cf78d1139b30a54b2521eadb6b38fc5af64 (diff) | |
parent | 3a4bdca8ba11a6448f4d16169e7a5161b2ad2e94 (diff) |
Merge pull request #796 from ueokande/qa-0.30
Update some packages
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": "^_" }], |