From 0c0d6c019fdaf6651aac8a96e55da23ab179b46e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 01:45:06 +0400 Subject: feat(eslint): Rule "no-proto" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rules/default.json') diff --git a/src/rules/default.json b/src/rules/default.json index d04adf1..404efdc 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -305,6 +305,9 @@ "no-octal-escape": [ "error" ], + "no-proto": [ + "error" + ], "no-spaced-func": [ "off" ], -- cgit v1.2.3