Skip to content

Commit

Permalink
chore: bump deps and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 29, 2023
1 parent d211d53 commit a68f2fc
Show file tree
Hide file tree
Showing 3 changed files with 658 additions and 606 deletions.
7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import antfu from '@antfu/eslint-config'

export default antfu({
rules: {
'no-use-before-define': 'off',
},
})
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.3.0",
"private": true,
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"description": "Shared site configuration for Nuxt 3 modules.",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand All @@ -25,14 +25,14 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.0",
"@nuxt/module-builder": "^0.5.1",
"@nuxt/test-utils": "3.7.3",
"@antfu/eslint-config": "^1.0.0-beta.17",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/test-utils": "3.7.4",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"bumpp": "^9.2.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"execa": "^8.0.1",
"nuxt": "^3.7.3",
"vitest": "^0.34.4"
"nuxt": "^3.7.4",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit a68f2fc

Please sign in to comment.