mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* [eslint] upgrade to 4.10.0
* [eslint-config-kibana] limit jest config to jest test files
* [ui_framework] remove trailing comma from rest-spreads
* [dashboard/tests] tag jest helpers with .test.js suffix
* explicitly import expect.js where used
* [eslint] apply auto-fixes
* [eslint] manually add/wrap some parens for compliance
* [npm] point to local packages for testing/review
* [jest] remove .test extension from jest helpers
* [ui_framework] fix trailing comma removal from
|
||
---|---|---|
.. | ||
eslint-config-kibana | ||
eslint-plugin-kibana-custom | ||
README.md |
Kibana-related node modules
This folder contains node modules that are created by Kibana developers, for use in Kibana and its plugins.
For each such node module, create a sub-folder in this folder. The path/name of the folder should mirror the name
in the node module's package.json
. To publish the node module as an npm package, cd
into the package's sub-folder, and run npm publish
as usual.