Skip to content

Commit 0638fca

Browse files
committed
...
1 parent 6d36457 commit 0638fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"scripts": {
5353
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
54-
"lint": "esw --color --ext .ts -- src/",
54+
"lint": "eslint",
5555
"fix": "yarn lint --fix",
5656
"eslint-check": "eslint-config-prettier src/index.ts",
5757
"build": "rm -rf lib/* && tsc",

0 commit comments

Comments
 (0)