We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd1709 commit 5f3c7feCopy full SHA for 5f3c7fe
.eslintrc.js
@@ -16,6 +16,10 @@ module.exports = {
16
browser: true,
17
},
18
rules: {
19
+ // We refactored away from controllers to components and do not
20
+ // want new controllers to be added again unless needed for query
21
+ // parameter handling.
22
+ 'ember/no-controllers': 'error',
23
// Croodle is not compliant with some of the recommended rules yet.
24
// We should refactor the code step by step and enable them as soon
25
// as the code is compliant.
0 commit comments