[kbn-plugin-helpers] remove redundant configs

This commit is contained in:
spalger 2018-02-06 17:40:15 -07:00
parent 2ede1b11eb
commit 9f6ebb12b6
7 changed files with 5 additions and 44 deletions

View file

@ -27,7 +27,7 @@ module.exports = {
// files not transpiled by babel can't using things like object-spread
{
files: ['.eslintrc.js'],
files: ['.eslintrc.js', 'packages/kbn-plugin-helpers/**/*.js'],
rules: {
'prefer-object-spread/prefer-object-spread': 'off',
},

View file

@ -1,5 +0,0 @@
---
extends: "@elastic/kibana"
rules:
prefer-object-spread/prefer-object-spread: 0

View file

@ -1,4 +0,0 @@
node_modules
.DS_Store
*.log
yarn.lock

View file

@ -1 +0,0 @@
^6.0.0

View file

@ -1,13 +0,0 @@
Copyright 2016 Elasticsearch BV
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.

View file

@ -1,3 +0,0 @@
machine:
node:
version: 6

View file

@ -1,5 +1,6 @@
{
"name": "@elastic/plugin-helpers",
"name": "@kbn/plugin-helpers",
"private": true,
"version": "9.0.2",
"description": "Just some helpers for kibana plugin devs.",
"main": "lib/index.js",
@ -29,7 +30,7 @@
"vinyl-fs": "2.3.1"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.15.0",
"@elastic/eslint-config-kibana": "link:../eslint-config-kibana",
"babel-eslint": "^8.0.0",
"eslint": "^4.1.0",
"eslint-plugin-babel": "^4.1.1",
@ -39,19 +40,5 @@
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.1.0",
"jest": "^17.0.3"
},
"engines": {
"node": "^6.11.5 || ^8.8.0"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elastic/kibana-plugin-helpers.git"
},
"bugs": {
"url": "https://github.com/elastic/kibana-plugin-helpers/issues"
},
"homepage": "https://github.com/elastic/kibana-plugin-helpers#readme"
}
}