From caf7ac73453edea2ca2bc94f458ae8ca2df77a58 Mon Sep 17 00:00:00 2001 From: RedLucas Date: Tue, 6 Jun 2017 14:15:08 -0700 Subject: [PATCH] Add the drupal eslint plugin I personally don't think this takes anything away, but it'd be nice to have this in already for Drupal users. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dbfa1cb..853e4a9 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "browser-sync": "^2.12.8", "del": "^2.2.0", "eslint-config-airbnb": "^11.0.0", + "eslint-plugin-drupal": "^0.3.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-jsx-a11y": "^2.2.1", "eslint-plugin-react": "^6.2.0",