Skip to content

Commit

Permalink
fix(build): set eslint prettier messages to warning (#203)
Browse files Browse the repository at this point in the history
* add nuxtjs/eslint-module

* build: set eslint prettier messages to warning

* remove nuxtjs/eslint-module
  • Loading branch information
Francisco Aranda authored Jul 9, 2021
1 parent ef66ca2 commit 6aed5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
"vue/component-name-in-template-casing": ["error", "PascalCase"],
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
"prettier/prettier": "warn",
},
globals: {
$nuxt: true,
Expand Down

0 comments on commit 6aed5ee

Please sign in to comment.