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 751463c commit 147b691Copy full SHA for 147b691
package.json
@@ -11,7 +11,7 @@
11
"build:types": "tsc",
12
"format:check": "prettier --check **/*.ts",
13
"format": "pnpm run format:check --write",
14
- "lint": "eslint",
+ "lint": "eslint .",
15
"lint:fix": "pnpm run lint --fix",
16
"release": "release-it",
17
"test": "vitest",
0 commit comments