Skip to content

Commit

Permalink
chore: update ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Nov 22, 2024
1 parent 62b4a16 commit c338243
Showing 3 changed files with 549 additions and 435 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-check
import antfu from '@antfu/eslint-config'
import adrianub from '@adrianub/eslint-config'

export default antfu(
export default adrianub(
{
type: 'lib',
astro: true,
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -68,14 +68,14 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@adrianub/eslint-config": "^0.0.3",
"@prettier/plugin-xml": "^3.4.1",
"@types/diff": "^5.0.3",
"@types/node": "^22.5.4",
"@types/stringify-object": "^4.0.5",
"bumpp": "^9.5.2",
"cross-env": "^7.0.3",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"lint-staged": "^15.2.10",
Loading

0 comments on commit c338243

Please sign in to comment.