Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-10-31 17:56:55 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-04 18:25:22 +0300
commit4f377364ad2b073e59e8edde86f270c80cdb317a (patch)
tree9b86b9e0b9b3f2f3aefedfce2399db336481e97e /package.json
parentdd45c5e11eb2b315d89779abf6103e2531e1cc08 (diff)
Added new .eslintrc for jasmine tests and corrected build_spec
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a303c9c1eac..e75e070451b 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.0.1",
+ "eslint-plugin-jasmine": "^1.8.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
}