mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
742 B
742 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