Skip to content

Commit 1fdf81b

Browse files
committed
chore: update scripts.lint field to package.json
1 parent 64b2aa2 commit 1fdf81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"scripts": {
4949
"test": "cross-env NODE_ENV=test node --test test/*.test.mjs",
50-
"lint": "npx eslint",
50+
"lint": "npx eslint . --ext .mjs --ext .js --ext .cjs",
5151
"prepare": "husky install",
5252
"prepublish": "npm test"
5353
},

0 commit comments

Comments
 (0)