Add eslint rule "no-script-url"

This commit is contained in:
Guillaume Gomez 2022-06-11 13:23:08 +02:00
parent fb728c66c6
commit fb68e0bf9b

View File

@ -88,5 +88,6 @@ module.exports = {
"no-mixed-operators": "error",
"no-multi-assign": "error",
"no-return-assign": "error",
"no-script-url": "error",
}
};