DEV: Enable no-args-paths and no-attrs-in-components lint rules (#18709)

This commit is contained in:
David Taylor 2022-10-21 21:44:14 +01:00 committed by GitHub
parent 595fc3ef22
commit c85e3e8083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: [