From 1178701bf134ab7ef783826e965ded3051fe6e74 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 11:53:27 +0400 Subject: feat(eslint): Rule "no-path-concat" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules') diff --git a/src/rules/default.json b/src/rules/default.json index f99eadf..17f61fc 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -322,6 +322,9 @@ "no-octal-escape": [ "error" ], + "no-path-concat": [ + "error" + ], "no-proto": [ "error" ], -- cgit v1.2.3