data
data copied to clipboard
lint: default import from @ember-data/store should convert to named Store import from @warp-drive/core
currently the eslint rule converts
-import type Store from '@ember-data/store';
+import type Store from '@warp-drive/core';