kibana/packages
Court Ewing 271a941621
lint: error on innerHTML and family (#16477)
* lint for innerHTML and family

Browser apis like innerHTML and document.write are dangerous when used
incorrectly, so we should not be using them unless we explicitly opt-out
of the linting rule on a case by case basis.

* add no-unsanitized to eslint peerDependencies
2018-02-04 08:38:37 -05:00
..
eslint-config-kibana lint: error on innerHTML and family (#16477) 2018-02-04 08:38:37 -05:00
eslint-plugin-kibana-custom Build multiple Kibana packages for production (#16313) 2018-02-02 20:49:57 +01:00
kbn-babel-preset Babel preset package (#16479) 2018-02-03 12:24:16 -07:00
kbn-build Rename @elastic/kbn-build to @kbn/build (#16507) 2018-02-03 12:04:35 +01:00
README.md Kibana-related packages (#11308) 2017-04-19 04:31:00 -07:00

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.