8000 Merge pull request #33 from log4js-node/fix-eslint-not-scanning · log4js-node/logFaces-HTTP@6c0de4d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c0de4d

Browse files
authored
Merge pull request #33 from log4js-node/fix-eslint-not-scanning
chore(lint): fixed eslint not scanning
2 parents 77fcc47 + e1dc424 commit 6c0de4d

File tree

8000

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
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"prepare": "is-ci || husky install",
3333
"prettier:fix": "prettier --write .",
34-
"pretest": "prettier --check . && eslint",
34+
"pretest": "prettier --check . && eslint \"lib/**/*.js\" \"test/**/*.js\"",
3535
"test": "tap test/tap/**/*.js --100",
3636
"typings": "tsc -p types/tsconfig.json"
3737
},

0 commit comments

Comments
 (0)
0