diff --git a/.eslintrc.json b/.eslintrc.json index 1c6fe0e9c20a141ff8972ef01f86c8393a66f46d..8f15ec8598f2da61a3e2e286f75e1c9974b03cfb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,6 +12,7 @@ "plugins": ["@typescript-eslint"], "rules": { "linebreak-style": ["error", "windows"], - "quotes": ["error", "double"] + "quotes": ["error", "double"], + "no-console": "off" } }