Skip to content

Commit

Permalink
Adding lint dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Carter committed Jul 21, 2018
1 parent 1da3fe4 commit 5ab32d3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Expand Up @@ -19,10 +19,16 @@
"devDependencies": {
"@elastic/eslint-config-kibana": "0.15.0",
"@elastic/plugin-helpers": "^6.0.0",
"eslint": "4.14.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "^21.6.2",
"eslint-plugin-mocha": "4.11.0",
"eslint-plugin-no-unsanitized": "^2.0.2",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-react": "7.5.1",
"babel-eslint": "8.1.2",
"lodash": "3.10.1",
"chai": "3.5.0",
"eslint": "4.14.0",
"eslint-plugin-mocha": "4.11.0"
"chai": "3.5.0"
}
}

0 comments on commit 5ab32d3

Please sign in to comment.