Add "no-div-regex" eslint rule

This commit is contained in:
Guillaume Gomez 2022-07-04 17:50:19 +02:00
parent 66c83ffca1
commit 9d0f44436d

View File

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