Skip to content

Commit

Permalink
chore: disable dum rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 31, 2023
1 parent 478083b commit b630d4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ module.exports = {
"import/core-modules": ["virtual:windi.css"],
},
rules: {
// temp disable
// TODO reenable
"vue/no-setup-props-destructure": "off",

"eol-last": ["error", "always"],

"vue/multi-word-component-names": "off",
Expand Down

0 comments on commit b630d4f

Please sign in to comment.