From 20fa2ec3f53be7a155ed6ee8a850269f1b137e5f Mon Sep 17 00:00:00 2001 From: Juan Tejada Date: Tue, 26 Jul 2016 15:53:31 -0700 Subject: [PATCH] build(tools): Add eslint_d package for faster linting in text editor --- build/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build/package.json b/build/package.json index 00cd8d913..4e001cf5b 100644 --- a/build/package.json +++ b/build/package.json @@ -20,6 +20,7 @@ "eslint-plugin-import": "1.7.0", "eslint-plugin-jsx-a11y": "1.0.4", "eslint-plugin-react": "5.0.1", + "eslint_d": "4.0.1", "fs-plus": "2.x", "github-releases": "~0.3.0", "grunt": "~0.4.1",