Rollup merge of #98898 - GuillaumeGomez:new-eslint-rul, r=Dylan-DPC
Add "no-div-regex" eslint rule r? `@Dylan-DPC`
This commit is contained in:
commit
08d558dbe9
1 changed files with 1 additions and 0 deletions
|
@ -91,5 +91,6 @@ module.exports = {
|
|||
"no-script-url": "error",
|
||||
"no-sequences": "error",
|
||||
"no-throw-literal": "error",
|
||||
"no-div-regex": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue