open-consul/ui/packages/consul-ui/.ember-cli

15 lines
424 B
Plaintext

{
/**
Ember CLI sends analytics information by default. The data is completely
anonymous, but there are times when you might want to disable this behavior.
Setting `disableAnalytics` to true will prevent any data from being sent.
*/
"disableAnalytics": false,
/**
We use a nested in /components folder structure:
/components/component-name/index.{hbs,js}
*/
"componentStructure": "nested"
}