kibana/packages
CJ Cenizal 0ac9c2fdf2 [6.x] [eslint-config-kibana] 0.9.0 and 0.10.0 (#13318)
* [eslint-config-kibana] Add jest plugin and settings (#13090)
* Add AirBnB linting rules for React best practices. Bump to v0.10.0. (#13259)
2017-08-03 08:49:38 -07:00
..
eslint-config-kibana [6.x] [eslint-config-kibana] 0.9.0 and 0.10.0 (#13318) 2017-08-03 08:49:38 -07:00
eslint-plugin-kibana-custom Remove @elastic folder from packages/ (#13089) 2017-07-31 13:59:27 -07:00
README.md

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.