diff options
Diffstat (limited to 'browser/extensions/report-site-issue/.eslintrc.js')
-rw-r--r-- | browser/extensions/report-site-issue/.eslintrc.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/browser/extensions/report-site-issue/.eslintrc.js b/browser/extensions/report-site-issue/.eslintrc.js index a20deab67f..f710dd2f24 100644 --- a/browser/extensions/report-site-issue/.eslintrc.js +++ b/browser/extensions/report-site-issue/.eslintrc.js @@ -27,9 +27,6 @@ module.exports = { // Maximum depth callbacks can be nested. "max-nested-callbacks": ["error", 4], - // Allow the console API aside from console.log. - "no-console": ["error", { allow: ["error", "info", "trace", "warn"] }], - // Disallow use of multiline strings (use template strings instead). "no-multi-str": "error", |