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 8dfc300 commit 2a2f841Copy full SHA for 2a2f841
.eslintrc.js
@@ -18,6 +18,7 @@ module.exports = {
18
AbortController: 'off'
19
},
20
rules: {
21
+ 'ember/no-new-mixins': 'off',
22
'ember/no-jquery': 'error',
23
'no-console': ['error', { allow: ['warn'] }]
24
0 commit comments