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 --- ROADMAP.md | 2 +- src/rules/default.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 41b2260..40120f6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -177,7 +177,7 @@ - [ ] "no-restricted-syntax" - [ ] "no-return-assign" - [X] "no-return-await" -- [ ] "no-script-url" +- [X] "no-script-url" - [ ] "no-self-assign" - [ ] "no-self-compare" - [ ] "no-sequences" 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