Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XiphiasUvella committed Nov 10, 2015
1 parent 0b62b62 commit 55fb431
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ ember install ember-cli-qunit
ember generate ember-cli-qunit
```

### Turning of JSHint linting

If you want to turn off JSHint linting you can do the following configuration in your `ember-cli-build.js` file:

```
var app = new EmberApp({
'babel': {
optional: ['es7.decorators']
},
'ember-cli-qunit': {
useLintTree: false
}
});
```

### References

* [qunit](https://github.com/jquery/qunit)

0 comments on commit 55fb431

Please sign in to comment.