Skip to content

Commit b75844a

Browse files
committed
ci: fix linting directive
1 parent 98892a1 commit b75844a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.eslintignore

-2
This file was deleted.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"scripts": {
1111
"test": "mocha test/*.js",
1212
"pretest": "npm run lint",
13-
"lint": "eslint .",
14-
"lint:fix": "eslint --fix ."
13+
"lint": "eslint src test benchmark",
14+
"lint:fix": "eslint --fix src test benchmark"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)