Skip to content

Commit

Permalink
Swap eslint base vue ruleset to vue3-recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 24, 2023
1 parent d2edbc6 commit 465acc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const baseRules = {
const baseExtends = [
"eslint:recommended",
"plugin:compat/recommended",
"plugin:vue/recommended",
"plugin:vue/vue3-recommended",
"plugin:vuejs-accessibility/recommended",
];

Expand Down

0 comments on commit 465acc7

Please sign in to comment.