Skip to content
Snippets Groups Projects
Commit e0297b39 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Changed lint error to warnings

parent adbe0f73
No related branches found
No related tags found
1 merge request!40Chat
......@@ -12,6 +12,7 @@ module.exports = {
parser: "@babel/eslint-parser",
},
rules: {
"prettier/prettier": "warn",
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment