From b8aef365abdd63501d65cc025115a3af71fbe303 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:47:28 +0400 Subject: feat(eslint): Rule "no-script-url" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/rules/default.json b/src/rules/default.json index ac079da..9913249 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -311,6 +311,9 @@ "no-return-await": [ "error" ], + "no-script-url": [ + "error" + ], "no-spaced-func": [ "off" ], -- cgit v1.2.3