Skip to content

Commit c209869

Browse files
committed
Chore: update eslint scripts
1 parent 83ddbb3 commit c209869

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
"main": "dest/index.js",
66
"scripts": {
77
"test": "jest --coverage",
8-
"lint": "eslint lib __tests__",
9-
"fix": "eslint lib __tests__ --fix",
8+
"lint": "eslint lib/**/*.ts __tests__/**/*.ts",
109
"prepublish": "npm run build",
1110
"coveralls": "cat ./coverage/lcov.info | coveralls",
12-
"build": "rimraf dest && tsc && babel dest -d dest",
13-
"prepush": "npm test"
11+
"build": "rimraf dest && tsc && babel dest -d dest"
1412
},
1513
"husky": {
1614
"hooks": {

0 commit comments

Comments
 (0)