diff options
Diffstat (limited to 'src/rules/eslint.json')
-rw-r--r-- | src/rules/eslint.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json index 16c1d72..1065842 100644 --- a/src/rules/eslint.json +++ b/src/rules/eslint.json @@ -60,6 +60,12 @@ "no-catch-shadow": [ "off" ], + "no-console": [ + "warn", + { + "allow": [] + } + ], "no-multi-spaces": [ "error", { |