data icon indicating copy to clipboard operation
data copied to clipboard

lint: default import from @ember-data/store should convert to named Store import from @warp-drive/core

Open runspired opened this issue 3 months ago • 0 comments

currently the eslint rule converts

-import type Store from '@ember-data/store';
+import type Store from '@warp-drive/core';

runspired avatar Sep 25 '25 01:09 runspired