Skip to content

Commit

Permalink
🚧 WIP ESlint upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
devtobi committed Jun 6, 2024
1 parent 71bb27b commit a1c2bc9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
15 changes: 15 additions & 0 deletions packages/cv-wrapper/eslint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
parserOptions: {
ecmaVersion: 'latest'
}
}
1 change: 1 addition & 0 deletions packages/cv-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/node": "20.14.2",
"@vitejs/plugin-vue": "5.0.5",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/tsconfig": "0.5.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.26.0",
Expand Down

0 comments on commit a1c2bc9

Please sign in to comment.