DEV: enforces link-rel-noopener linting rule (#8936)

* DEV: enforces link-rel-noopener linting rule

* oops

* better syntax
This commit is contained in:
Joffrey JAFFEUX
2020-03-06 17:35:18 +01:00
committed by GitHub
parent 91682408e0
commit a24f51278a
17 changed files with 30 additions and 23 deletions

View File

@@ -6,6 +6,7 @@ module.exports = {
"self-closing-void-elements": true,
"table-groups": true,
"style-concatenation": true,
"no-invalid-interactive": true
"no-invalid-interactive": true,
"link-rel-noopener": true
}
};