Skip to content

Commit fb68e0b

Browse files
Add eslint rule "no-script-url"
1 parent fb728c6 commit fb68e0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ module.exports = {
8888
"no-mixed-operators": "error",
8989
"no-multi-assign": "error",
9090
"no-return-assign": "error",
91+
"no-script-url": "error",
9192
}
9293
};

0 commit comments

Comments
 (0)