Skip to content

Commit

Permalink
eslint update
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Dec 13, 2023
1 parent 884bb2a commit a98cdbb
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 161 deletions.
1 change: 1 addition & 0 deletions examples/vite/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
// eslint-disable-next-line node/prefer-global/process
base: process.env.NODE_ENV === 'production' ? '/pinia-shared-state/' : './',
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"vue-demi": "^0.14.6"
},
"devDependencies": {
"@antfu/eslint-config": "^2.2.1",
"@antfu/eslint-config": "^2.4.5",
"bumpp": "^9.2.0",
"eslint": "^8.55.0",
"pinia": "^2.1.7",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vue": "^3.3.9"
"vue": "^3.3.11"
}
}
Loading

0 comments on commit a98cdbb

Please sign in to comment.