DEV: Fix no-negated-condition linting issues (#22808)

This commit is contained in:
Jarek Radosz
2023-07-26 19:53:37 +02:00
committed by GitHub
parent f3b7351ff6
commit 92d2ea008e
4 changed files with 14 additions and 17 deletions

View File

@@ -22,7 +22,6 @@ 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,