mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 12:35:39 +08:00
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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user