Skip to content

Commit

Permalink
build: added vue3-recommended to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Nov 6, 2023
1 parent 394e194 commit 7793bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
'extends': [
extends: [
'plugin:vue/vue3-essential',
'plugin:vue/vue3-recommended',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
Expand Down

0 comments on commit 7793bdd

Please sign in to comment.