Add "no-invalid-regexp" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:11:33 +02:00
parent e0cbac6a39
commit fe503adf4c

View file

@ -71,5 +71,6 @@ module.exports = {
"no-duplicate-case": "error",
"no-ex-assign": "error",
"no-fallthrough": "error",
"no-invalid-regexp": "error",
}
};