Skip to content

Commit 95e1831

Browse files
committed
updated eslint script
1 parent dc16395 commit 95e1831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
2323
"test:watch": "NODE_OPTIONS=--experimental-vm-modules npx jest --watch",
2424
"test:openHandels": "NODE_OPTIONS=--experimental-vm-modules npx jest --detectOpenHandles",
25-
"eslint": "eslint '**/*.js'"
25+
"eslint": "eslint ."
2626
},
2727
"dependencies": {
2828
"apidoc": "^1.0.3",

0 commit comments

Comments
 (0)