We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe6880 commit 4b2e808Copy full SHA for 4b2e808
.eslintrc.js
@@ -35,6 +35,8 @@ module.exports = {
35
'ember/no-new-mixins': 'off',
36
'ember/no-jquery': 'error',
37
'no-console': ['error', { allow: ['warn'] }],
38
+ 'ember/no-classic-classes': 'off',
39
+ 'ember/no-actions-hash': 'off',
40
},
41
overrides: [
42
// TypeScript files
0 commit comments