avajs / eslint-plugin-ava

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

`use-test`: Ignore type import #343

Closed futpib closed 2 years ago

futpib commented 2 years ago

This fixes #320 by ignoring type-only imports (like import type { Macro } from 'ava';).

novemberborn commented 2 years ago

Shipped in 13.2.0.