Skip to content

Commit

Permalink
ESLint: Enable ember/no-mixins rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 18, 2020
1 parent 6faf893 commit e389c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -18,7 +18,6 @@ module.exports = {

'ember/no-empty-attrs': 'off',
'ember/no-get': 'off',
'ember/no-mixins': 'off',
'ember/require-computed-property-dependencies': 'off',

'import-helpers/order-imports': [
Expand Down

0 comments on commit e389c50

Please sign in to comment.