Skip to content

Commit 4eb20de

Browse files
committed
ESLint: Enable ember/no-get rule
1 parent 1e09ef2 commit 4eb20de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
'prettier/prettier': 'error',
2121

2222
'ember/no-empty-attrs': 'off',
23-
'ember/no-get': 'off',
2423
'ember/require-computed-property-dependencies': 'off',
2524

2625
'import-helpers/order-imports': [

0 commit comments

Comments
 (0)