From 68473f08d647d14a91818eee44bf1a4ae885057b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 22 Oct 2015 21:17:59 -0700 Subject: [PATCH] Add ./lib files to the jscs style check. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c9abeaca..1dc464587 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "scripts": { "build": "node lib/main/build.js && node lib/fp/build.js", - "style": "jscs lodash.js", + "style": "jscs lodash.js lib/**/*.js", "test": "node test/test" }, "volo": {