Skip to content

Commit 529206e

Browse files
committed
Add lint task for bare-bones
#656 (comment)
1 parent 574a6b4 commit 529206e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/init/src/webframeworks/bare-bones.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ const TASKS = {
7272
bun: {
7373
dev: "bun run --hot ./src/main.ts",
7474
prod: "bun run ./src/main.ts",
75+
lint: "eslint .",
7576
},
7677
node: {
7778
dev: "dotenvx run -- tsx watch ./src/main.ts",
7879
prod: "dotenvx run -- node --import tsx ./src/main.ts",
80+
lint: "eslint .",
7981
},
8082
};

0 commit comments

Comments
 (0)