kibana/packages
CJ Cenizal 7cda1aae09 [eslint-config-kibana] Apply AirBnB spacing rules (#14522) (#14590)
* Add AirBnB key-spacing rule.
* Add AirBnB comma-spacing rule.
2017-10-25 15:19:19 -07:00
..
eslint-config-kibana [eslint-config-kibana] Apply AirBnB spacing rules (#14522) (#14590) 2017-10-25 15:19:19 -07:00
eslint-plugin-kibana-custom Remove @elastic folder from packages/ (#13089) 2017-07-31 13:59:27 -07:00
flot-charts fork flot into Kibana (#14366) 2017-10-10 13:28:45 -04: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.