mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:05:53 +08:00
DEV: Update ember-template-lint (#22242)
This commit is contained in:
@ -5,6 +5,7 @@ module.exports = {
|
||||
rules: {
|
||||
"no-action-modifiers": true,
|
||||
"no-args-paths": true,
|
||||
"no-array-prototype-extensions": false,
|
||||
"no-attrs-in-components": true,
|
||||
"no-capital-arguments": false, // TODO: we extensively use `args` argument name
|
||||
"no-curly-component-invocation": {
|
||||
@ -21,6 +22,10 @@ module.exports = {
|
||||
"no-implicit-this": {
|
||||
allow: ["loading-spinner"],
|
||||
},
|
||||
"no-negated-condition": false,
|
||||
"no-obscure-array-access": false,
|
||||
"require-mandatory-role-attributes": false,
|
||||
"require-media-caption": false,
|
||||
// Begin prettier compatibility
|
||||
"eol-last": false,
|
||||
"self-closing-void-elements": false,
|
||||
|
Reference in New Issue
Block a user