mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Add eslint rule "no-script-url"
This commit is contained in:
parent
fb728c66c6
commit
fb68e0bf9b
@ -88,5 +88,6 @@ module.exports = {
|
||||
"no-mixed-operators": "error",
|
||||
"no-multi-assign": "error",
|
||||
"no-return-assign": "error",
|
||||
"no-script-url": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user