avajs / eslint-plugin-ava

ESLint rules for AVA
https://avajs.dev
MIT License
230 stars 49 forks source link

Wrong example in docs of `ava/no-import-test-files` #279

Closed jscheffner closed 5 years ago

jscheffner commented 5 years ago

The docs of no-import-test-files have an example that configures the no-ignored-test-files rule. That's most probably just a typo because both rules have the same options. I'll create a PR to fix this typo.