Add "no-div-regex" eslint rule
This commit is contained in:
parent
66c83ffca1
commit
9d0f44436d
1 changed files with 1 additions and 0 deletions
|
@ -91,5 +91,6 @@ module.exports = {
|
||||||
"no-script-url": "error",
|
"no-script-url": "error",
|
||||||
"no-sequences": "error",
|
"no-sequences": "error",
|
||||||
"no-throw-literal": "error",
|
"no-throw-literal": "error",
|
||||||
|
"no-div-regex": "error",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue