Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdl95r committed Mar 15, 2024
1 parent ed68f77 commit e15b67f
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
module.exports = {
extends: [
'eslint:recommended',
'plugin:vue/vue3-recommended',
"prettier",
],
rules: {}
rules: {
"vue/multi-word-component-names": 0
}
}
5 changes: 3 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module": "esnext",
"moduleResolution": "node",
"jsx": "preserve",
"types": ["vitest/globals"]
"allowJs": true,
"checkJs": true
}
}
}
Loading

0 comments on commit e15b67f

Please sign in to comment.