Skip to content

Commit 017368d

Browse files
committed
exclude test files from EsLint
1 parent 30fb444 commit 017368d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"juicy-coupon-bot": "bin/juicy-coupon-bot.js"
1919
},
2020
"scripts": {
21-
"lint": "eslint index.ts bin lib test --ext .ts",
22-
"lint:fix": "eslint index.ts bin lib test --ext .ts --fix",
21+
"lint": "eslint index.ts bin lib --ext .ts",
22+
"lint:fix": "eslint index.ts bin lib --ext .ts --fix",
2323
"test": "node --test --loader ts-node/esm test/*.spec.ts"
2424
},
2525
"nyc": {

0 commit comments

Comments
 (0)