Skip to content

Commit

Permalink
remove disabling default-param-last in eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jun 4, 2024
1 parent e9d3591 commit 91bd743
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@
"@typescript-eslint/no-unused-vars": "off",
"vue/no-template-target-blank": "off",
"vue/no-lone-template": "off",
"default-param-last": "off",
"vuejs-accessibility/mouse-events-have-key-events": "off",
"vuejs-accessibility/click-events-have-key-events": "off",
"vue/no-mutating-props": "off",
Expand Down

0 comments on commit 91bd743

Please sign in to comment.