Skip to content

Commit ed122b0

Browse files
chore: fix eslint config for cli
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7bc8d1e commit ed122b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"test": "echo \"there are no tests planned\"",
1717
"test:dts": "echo \"there are no typechecks planned\"",
18-
"lint": "eslint --ext .js,.ts",
18+
"lint": "eslint --ext .js,.ts .",
1919
"lint:fix": "pnpm lint --fix",
2020
"build": "ts-node build.ts",
2121
"test:e2e": "pnpm playwright test --workers=8 --max-failures=1",

0 commit comments

Comments
 (0)