We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fb444 commit 017368dCopy full SHA for 017368d
package.json
@@ -18,8 +18,8 @@
18
"juicy-coupon-bot": "bin/juicy-coupon-bot.js"
19
},
20
"scripts": {
21
- "lint": "eslint index.ts bin lib test --ext .ts",
22
- "lint:fix": "eslint index.ts bin lib test --ext .ts --fix",
+ "lint": "eslint index.ts bin lib --ext .ts",
+ "lint:fix": "eslint index.ts bin lib --ext .ts --fix",
23
"test": "node --test --loader ts-node/esm test/*.spec.ts"
24
25
"nyc": {
0 commit comments