DEV: Enable no-args-paths and no-attrs-in-components lint rules (#18709)
This commit is contained in:
parent
595fc3ef22
commit
c85e3e8083
@ -4,6 +4,8 @@ module.exports = {
|
||||
|
||||
rules: {
|
||||
"no-action-modifiers": true,
|
||||
"no-args-paths": true,
|
||||
"no-attrs-in-components": true,
|
||||
"no-capital-arguments": false, // TODO: we extensively use `args` argument name
|
||||
"no-curly-component-invocation": {
|
||||
allow: [
|
||||
|
||||
Reference in New Issue
Block a user