Skip to content

Commit

Permalink
chore: switch to released eslint config & update deps (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj authored Feb 24, 2025
1 parent 707b830 commit 9cfad06
Show file tree
Hide file tree
Showing 6 changed files with 2,365 additions and 558 deletions.
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import directusConfig from '@directus/eslint-config';

export default directusConfig();
export { default } from '@directus/eslint-config';
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "module",
"packageManager": "pnpm@9.15.3",
"packageManager": "pnpm@10.4.1",
"engines": {
"node": "20",
"pnpm": "9"
"node": "22",
"pnpm": "10"
},
"scripts": {
"build": "pnpm run '/^(bundle|typecheck)$/'",
Expand All @@ -15,12 +15,12 @@
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@directus/eslint-config": "link:../eslint-config",
"@directus/eslint-config": "0.1.0",
"@directus/tsconfig": "3.0.0",
"dayjs": "1.11.13",
"eslint": "9.18.0",
"tsup": "8.3.5",
"eslint": "9.21.0",
"tsup": "8.3.6",
"typescript": "5.7.3",
"vitest": "2.1.8"
"vitest": "3.0.6"
}
}
Loading

0 comments on commit 9cfad06

Please sign in to comment.