mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[plugin-helpers] rely on kibana eslint
This commit is contained in:
parent
7b7b9165cb
commit
5a685c0d5e
2 changed files with 24 additions and 775 deletions
|
@ -10,10 +10,8 @@
|
|||
"author": "Spencer Alger <email@spalger.com>",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"test": "npm run lint && jest",
|
||||
"test:only": "jest",
|
||||
"test:dev": "jest --watch",
|
||||
"lint": "eslint bin/ help/ tasks/"
|
||||
"test": "jest",
|
||||
"test:dev": "jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^2.9.0",
|
||||
|
@ -25,15 +23,6 @@
|
|||
"vinyl-fs": "2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@elastic/eslint-config-kibana": "link:../eslint-config-kibana",
|
||||
"babel-eslint": "^8.0.0",
|
||||
"eslint": "^4.1.0",
|
||||
"eslint-plugin-babel": "^4.1.1",
|
||||
"eslint-plugin-import": "^2.6.0",
|
||||
"eslint-plugin-jest": "^21.0.0",
|
||||
"eslint-plugin-mocha": "^4.9.0",
|
||||
"eslint-plugin-prefer-object-spread": "^1.2.1",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"jest": "^17.0.3"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue