diff --git a/active/0000-remove-ember-cli-eslint.md b/active/0000-remove-ember-cli-eslint.md index 5385580..a3f9848 100644 --- a/active/0000-remove-ember-cli-eslint.md +++ b/active/0000-remove-ember-cli-eslint.md @@ -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