From c209869f70dcca0944e794d39feb15f6b8c60a73 Mon Sep 17 00:00:00 2001 From: JPeer264 Date: Wed, 4 Mar 2020 21:27:57 +0900 Subject: [PATCH] Chore: update eslint scripts --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 37833b5..096af70 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,10 @@ "main": "dest/index.js", "scripts": { "test": "jest --coverage", - "lint": "eslint lib __tests__", - "fix": "eslint lib __tests__ --fix", + "lint": "eslint lib/**/*.ts __tests__/**/*.ts", "prepublish": "npm run build", "coveralls": "cat ./coverage/lcov.info | coveralls", - "build": "rimraf dest && tsc && babel dest -d dest", - "prepush": "npm test" + "build": "rimraf dest && tsc && babel dest -d dest" }, "husky": { "hooks": {