diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 00:45:06 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 00:45:06 +0300 |
commit | 0c0d6c019fdaf6651aac8a96e55da23ab179b46e (patch) | |
tree | c746fdfe9b5ebd2151d968eda02eeb5794ee6702 /src/rules | |
parent | 2d8a11cb2f4f2caee86cc87def3181cede724de2 (diff) | |
download | eslint-config-0c0d6c019fdaf6651aac8a96e55da23ab179b46e.tar.xz eslint-config-0c0d6c019fdaf6651aac8a96e55da23ab179b46e.zip |
feat(eslint): Rule "no-proto"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules')
-rw-r--r-- | src/rules/default.json | 3 |
1 files changed, 3 insertions, 0 deletions
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" ], |