You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/07/18 21:17:15 UTC

[cordova-common] branch master updated: remove no-throw-literal lint exception not needed (#81)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new cbe9632  remove no-throw-literal lint exception not needed (#81)
cbe9632 is described below

commit cbe9632aae8ce52653959caa467e4aa2212fa30c
Author: Chris Brody <ch...@brody.consulting>
AuthorDate: Thu Jul 18 17:17:10 2019 -0400

    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 21a8e7b..afef73b 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org