From cbe9632aae8ce52653959caa467e4aa2212fa30c Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Thu, 18 Jul 2019 17:17:10 -0400 Subject: [PATCH] remove no-throw-literal lint exception not needed (#81) --- .eslintrc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 21a8e7b4..afef73bb 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -7,7 +7,6 @@ rules: camelcase: off padded-blocks: off operator-linebreak: off - no-throw-literal: off no-unused-vars: - error - args: after-used