From e088159c2f539e6dc6114658d7fef02d719145f3 Mon Sep 17 00:00:00 2001 From: Serubin Date: Thu, 23 Mar 2017 00:34:35 -0400 Subject: Eslint will now ignore packages directory. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 78b84ea8..fa8fb9d3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "The open-source Trello-like kanban", "private": true, "scripts": { - "lint": "eslint .", + "lint": "eslint --ignore-pattern 'packages/*' .", "test": "npm run --silent lint" }, "repository": { -- cgit v1.2.3-1-g7c22