I think this shouldn't be allowed: ```js import {test} from 'ava'; ``` Import default should be forced: ```js import test from 'ava'; ``` Ava works fine if you name-import it but some other `eslint-plugin-ava` rules don't work properly if you name-import ava
I think this shouldn't be allowed:
Import default should be forced:
Ava works fine if you name-import it but some other
eslint-plugin-avarules don't work properly if you name-import ava