We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint
1 parent 574a6b4 commit 529206eCopy full SHA for 529206e
packages/init/src/webframeworks/bare-bones.ts
@@ -72,9 +72,11 @@ const TASKS = {
72
bun: {
73
dev: "bun run --hot ./src/main.ts",
74
prod: "bun run ./src/main.ts",
75
+ lint: "eslint .",
76
},
77
node: {
78
dev: "dotenvx run -- tsx watch ./src/main.ts",
79
prod: "dotenvx run -- node --import tsx ./src/main.ts",
80
81
82
};
0 commit comments