Skip to content

Commit 1fbb11d

Browse files
committed
Remove no-longer-needed eslint-disable
1 parent b27b3b9 commit 1fbb11d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/markdown/tutorial/part-2/11-ember-data.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,8 @@ Notice that we are using the `JsonSuffixHandler` we created earlier. We also use
325325
Lastly, let's update our `store` service to use the new `RequestManager` we created.
326326
327327
```run:file:patch lang=js cwd=super-rentals filename=app/services/store.js
328-
@@ -1 +1,7 @@
328+
@@ -1 +1,6 @@
329329
-export { default } from 'ember-data/store';
330-
+// eslint-disable-next-line ember/use-ember-data-rfc-395-imports
331330
+import BaseStore from 'ember-data/store';
332331
+import { service } from '@ember/service';
333332
+

0 commit comments

Comments
 (0)