Frontend: Update .eslintrc.js

This commit is contained in:
Michael Mayer 2020-12-18 14:55:10 +01:00
parent 003412736e
commit fe56fb024b

View file

@ -50,6 +50,7 @@ module.exports = {
semi: ["error", "always"],
"no-unused-vars": ["warn"],
"no-console": 0,
"no-case-declarations": 0,
"no-prototype-builtins": 0,
"prettier-vue/prettier": [
"error",