Add eslint rule "no-script-url"
This commit is contained in:
parent
fb728c66c6
commit
fb68e0bf9b
1 changed files with 1 additions and 0 deletions
|
|
@ -88,5 +88,6 @@ module.exports = {
|
|||
"no-mixed-operators": "error",
|
||||
"no-multi-assign": "error",
|
||||
"no-return-assign": "error",
|
||||
"no-script-url": "error",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue