kibana/STYLEGUIDE.md
Shaunak Kashyap 083b11eccc Moving React styleguide next to other style guides (#12361)
* Moving React styleguide next to other style guides

* Adding React style guide to style guides index file
2017-06-15 07:42:35 -07:00

644 B

Kibana Style Guide

This guide applies to all development within the Kibana project and is recommended for the development of all Kibana plugins.

Filenames

All filenames should use snake_case.

Right:

  • src/kibana/index_patterns/index_pattern.js

Wrong:

  • src/kibana/IndexPatterns/IndexPattern.js