ember-style-guide
ember-style-guide copied to clipboard
I'm trying to figure out how to document `computed`, `attrs`, `belongsTo`, and `hasMany` properties. They all return a `ComputedProperty` instance, which is just an object.
Creates blueprints of components, controllers, mixins, and routes with the added documentation specified in ember-style-guide. Copies all the same logic in each index.js, but changes the templates
Once in place, open an issue at http://github.com/joshforisha/sl-eslint to create a rule to enforce this.
There is an established pattern provided by Ember CLI for the naming of Unit and Component Integration tests modules, implemented in https://github.com/ember-cli/ember-cli/blob/master/blueprints/component-test/index.js and https://github.com/ember-cli/ember-cli-test-info/blob/master/index.js. What these files do not do...
I feel that the recommended method of testing dependent keys for computed properties is problematic for several reasons: 1. Relying on the `_dependentKeys` property is problematic since there is no...
https://github.com/softlayer/ember-style-guide#file-structure-1