Skip to content

Commit 555a74e

Browse files
author
EmberIsReal
committed
fix: add lint scripts
1 parent 3f63d53 commit 555a74e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"author": "Ember",
3434
"scripts": {
3535
"build": "bunup",
36-
"tests": "bun test"
36+
"tests": "bun test",
37+
"lint": "eslint",
38+
"lint:fix": "eslint --fix"
3739
},
3840
"devDependencies": {
3941
"@types/bun": "^1.3.1",

0 commit comments

Comments
 (0)