Skip to content

Commit 2a2f841

Browse files
committed
disable ember/no-new-mixins
1 parent 8dfc300 commit 2a2f841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
AbortController: 'off'
1919
},
2020
rules: {
21+
'ember/no-new-mixins': 'off',
2122
'ember/no-jquery': 'error',
2223
'no-console': ['error', { allow: ['warn'] }]
2324
},

0 commit comments

Comments
 (0)