Skip to content

Commit

Permalink
update deps, fix linting for config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-ox committed Aug 28, 2024
1 parent 990c3ac commit f87cfc1
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 1,036 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist
pnpm-lock.yaml
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ export default tseslint.config(
}
]
}
},
// disable type checking for config files as they aren't in the TS root
{
files: ['eslint.config.mjs', 'prettier.config.mjs', 'tsup.config.js'],
...tseslint.configs.disableTypeChecked
}
)
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.2",
"@types/node": "^22.5.1",
"@types/which": "^3.0.4",
"eslint": "^9.4.0",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
"eslint": "^9.9.1",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
}
}
Loading

0 comments on commit f87cfc1

Please sign in to comment.