diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:37:08 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-11 21:40:10 +0900 |
commit | f497109ecc801660dc23bbad8445b120cd75561e (patch) | |
tree | 294242675d42468271336ca0f8d702838b73345f /.eslintrc | |
parent | 1f10eac90011e6c3c1ad20ce91b358911dc74dcb (diff) |
Enable @typescript-eslint/no-namespace
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -29,7 +29,6 @@ "@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": "^_" }], "@typescript-eslint/no-use-before-define": "off" |