From f69a2a0ab7efd2ff832cdd7f70a035978811f931 Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Fri, 29 Dec 2017 15:43:52 -0800 Subject: [PATCH] Clean up no-op entry from lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ef69fb5..cfdf78d5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "main": "lib/index.js", "scripts": { "build": "rimraf lib && babel src -d lib", - "lint": "eslint examples/*/src src test *.js", + "lint": "eslint examples/*/src src test", "precommit": "lint-staged", "prepublish": "npm run build", "tdd": "jest --watch",