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.
1 parent f22f3b1 commit 0b3c3a1Copy full SHA for 0b3c3a1
1 file changed
package.json
@@ -39,7 +39,7 @@
39
],
40
"scripts": {
41
"build": "bun --bun build.ts",
42
- "lint": "bunx eslint .",
+ "lint": "eslint .",
43
"lint:fix": "bunx eslint . --fix",
44
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
45
"commit": "git cz",
0 commit comments