Skip to content

Commit 6f61778

Browse files
authored
Merge pull request #159 from tcet-opensource/158-update_eslint_script
updated eslint script to work in windows as well as linux environment
2 parents dc16395 + 95e1831 commit 6f61778

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)