From c85e3e80838d75d8eec132267e2903d729f12aa4 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 21 Oct 2022 21:44:14 +0100 Subject: [PATCH] DEV: Enable `no-args-paths` and `no-attrs-in-components` lint rules (#18709) --- .template-lintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.template-lintrc.js b/.template-lintrc.js index b5095385b2..b50cdcb5fd 100644 --- a/.template-lintrc.js +++ b/.template-lintrc.js @@ -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: [