Skip to content

Commit 9cb58ac

Browse files
committed
fix
1 parent a4b629f commit 9cb58ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"scripts": {
5252
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
53-
"lint": "eslint",
53+
"lint": "eslint src",
5454
"fix": "yarn lint --fix",
5555
"eslint-check": "eslint-config-prettier src/index.ts",
5656
"build": "rm -rf lib/* && tsc",

0 commit comments

Comments
 (0)