Update frontend.md

pull/15787/head
Torkel Ödegaard 6 years ago committed by GitHub
parent b787811da8
commit 707d0e13bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      style_guides/frontend.md

@ -21,7 +21,7 @@ Generally we follow the Airbnb [React Style Guide](https://github.com/airbnb/ja
* Components and types that needs to be used by external plugins needs to go into @grafana/ui * Components and types that needs to be used by external plugins needs to go into @grafana/ui
* Components should get their own folder under features/xxx/components * Components should get their own folder under features/xxx/components
* Sub components can live in that component folders, so not small component needs their own folder * Sub components can live in that component folders, so small component do not need their own folder
* Place test next to their component file (same dir) * Place test next to their component file (same dir)
* Mocks in __mocks__ dir * Mocks in __mocks__ dir
* Test utils in __tests__ dir * Test utils in __tests__ dir

Loading…
Cancel
Save