Skip to content

Commit 4cad4e2

Browse files
committed
Make sure the @eslint/js plugin is installed
1 parent 51cbc30 commit 4cad4e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"": {
55
"name": "osm-auth",
66
"devDependencies": {
7+
"@eslint/js": "^9.38.0",
78
"@types/bun": "^1.3.0",
89
"eslint": "^9.38.0",
910
"globals": "^16.4.0",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"test": "bun test --dots --coverage ./test/*.js"
3636
},
3737
"devDependencies": {
38+
"@eslint/js": "^9.38.0",
3839
"@types/bun": "^1.3.0",
3940
"eslint": "^9.38.0",
4041
"globals": "^16.4.0",

0 commit comments

Comments
 (0)