mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: enforces link-rel-noopener linting rule (#8936)
* DEV: enforces link-rel-noopener linting rule * oops * better syntax
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user