Skip to content

Commit 303dca1

Browse files
committed
Switch to ESLint v9 and Flat Config
1 parent eca5f2f commit 303dca1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.eslintrc

-3
This file was deleted.

bun.lockb

23.8 KB
Binary file not shown.

eslint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { createConfig } from "@hrcd/eslint-config"
2+
3+
export default createConfig({})

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"release": "bun run lint && changelogen --release --push"
1919
},
2020
"devDependencies": {
21-
"@hrcd/eslint-config": "^1.1.2",
21+
"@hrcd/eslint-config": "^1.1.3",
2222
"automd": "^0.3.7",
2323
"changelogen": "^0.5.5",
24-
"eslint": "^8.57.0",
24+
"eslint": "^9.3.0",
2525
"typescript": "^5.4.5",
2626
"vitest": "^1.6.0"
2727
}

0 commit comments

Comments
 (0)