Skip to content

Commit e381c28

Browse files
committed
Add feature for no-implicit-route-model
1 parent 74bcb3f commit e381c28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* eslint-disable no-console */
2+
'use strict';
3+
4+
module.exports = {
5+
description: `Removes the default record loading behaviour on Ember's Route.`,
6+
url: 'https://github.com/emberjs/rfcs/pull/774',
7+
default: false,
8+
since: '5.8.0',
9+
};

0 commit comments

Comments
 (0)