ui: turn off tagless components linting error
Classic components still use tagName decorator
This commit is contained in:
parent
5cb2013e3b
commit
d8c4351e3f
|
@ -27,6 +27,7 @@ module.exports = {
|
|||
'ember/no-computed-properties-in-native-classes': 'off',
|
||||
'ember/no-classic-components': 'off',
|
||||
'ember/no-component-lifecycle-hooks': 'off',
|
||||
'ember/require-tagless-components': 'off',
|
||||
},
|
||||
overrides: [
|
||||
// node files
|
||||
|
|
Loading…
Reference in a new issue