summaryrefslogtreecommitdiff
path: root/web/source/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/.eslintrc.js')
-rw-r--r--web/source/.eslintrc.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/source/.eslintrc.js b/web/source/.eslintrc.js
index 81a2c39f9..0d30f742c 100644
--- a/web/source/.eslintrc.js
+++ b/web/source/.eslintrc.js
@@ -22,6 +22,7 @@ module.exports = {
"extends": ["@joepie91/eslint-config/react"],
"plugins": ["license-header"],
"rules": {
- "license-header/header": ["error", __dirname + "/.license-header.js"]
+ "license-header/header": ["error", __dirname + "/.license-header.js"],
+ "no-console": 'error'
}
}; \ No newline at end of file