Skip to content

Commit fe3cf4c

Browse files
jfmengelssindresorhus
authored andcommitted
Mention eslint-plugin-ava in the common pitfalls docs (#1022)
1 parent 24a38ac commit fe3cf4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/common-pitfalls.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Translations: [Français](https://github.com/avajs/ava-docs/blob/master/fr_FR/docs/common-pitfalls.md)
44

5+
## ESLint plugin
6+
7+
If you use [ESLint](http://eslint.org/), you can install [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava). It will help you use AVA correctly and avoid some common pitfalls.
8+
59
## AVA in Docker
610

711
If you run AVA in Docker as part of your CI, you need to fix the appropriate environment variables. Specifically, adding `-e CI=true` in the `docker exec` command. See [#751](https://github.com/avajs/ava/issues/751).

0 commit comments

Comments
 (0)