From 420cd87b2439088fe02c5ec7251a439790fb0960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86ndrew=20Rininsland?= Date: Wed, 14 Sep 2016 23:27:50 +0100 Subject: [PATCH] :heavy_plus_sign: Adds eslint, airbnb-base eslint rules. Fixes #1835. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 41634c7..6c46b4d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "babel-plugin-external-helpers": "^6.8.0", "babel-preset-es2015": "^6.14.0", "codecov.io": "^0.1.6", + "eslint": "^3.5.0", + "eslint-config-airbnb-base": "^7.1.0", + "eslint-plugin-import": "^1.15.0", "grunt": "^1.0.1", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-cssmin": "^1.0.1",