Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Add information about redefining npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sang Mercado committed Oct 26, 2018
1 parent 6ae2c50 commit e9eb29f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions active/0000-remove-ember-cli-eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ of `yarn test`
`devDependencies`.
2. Provide documentation on `eslint` and editor integration as well as precommit hooks

Redefine `npm test` or `yarn test` (depending on whether the `--yarn` option was
used to create project) to

```
ember test && npm run lint:js && npm run lint:hbs
```

and

```
ember test && yarn lint:js && yarn lint:hbs
```


# How We Teach This

Providing documentation regarding how to run linting should suffice as well as
Expand Down

0 comments on commit e9eb29f

Please sign in to comment.