1
Fork 0

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:
Matthias Krüger 2022-07-04 23:11:15 +02:00 committed by GitHub
commit 08d558dbe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,5 +91,6 @@ module.exports = {
"no-script-url": "error",
"no-sequences": "error",
"no-throw-literal": "error",
"no-div-regex": "error",
}
};