Skip to content

Commit 95236e2

Browse files
committed
sdk remove --ext option
1 parent fc06323 commit 95236e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"access": "public"
3636
},
3737
"scripts": {
38-
"lint": "eslint --fix --ext .ts src",
38+
"lint": "eslint --fix src",
3939
"prepublish": "rm -rf dist && pnpm run build",
4040
"build": "pnpm run build:node && pnpm run build:browser",
4141
"build:node": "tsc -p tsconfig.node.json",

0 commit comments

Comments
 (0)