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 2995a73 commit 6937c71Copy full SHA for 6937c71
.eslintrc.js
@@ -10,7 +10,11 @@ module.exports = {
10
env: {
11
browser: true,
12
},
13
- rules: {},
+ rules: {
14
+ 'ember/no-classic-components': 'off',
15
+ 'ember/no-classic-classes': 'off',
16
+ 'ember/require-tagless-components': 'off',
17
+ },
18
overrides: [
19
// node files
20
{
.template-lintrc.js
@@ -2,4 +2,8 @@
2
3
module.exports = {
4
extends: 'recommended',
5
6
+ 'no-curly-component-invocation': false,
7
+ 'no-implicit-this': false,
8
9
};
0 commit comments