ga-wdi-boston/ember-template

Add linting tasks

Closed this issue · 1 comments

Ember expects the editor to take care of this, or that's what I gather from these facts:

  1. Ember provides linter configurations that are sane.
  2. Ember does not ship with tasks for running linters.

We should be able to use grunt alongside Ember as a task runner. We will not need anything other than linter configurations though, since ember-cli provides a test runner, build pipeline, and development server.

Closed by a7aa2eb