Clean up no-unreachable lint errors
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 19 Jan 2016 18:21:18 +0000 (10:21 -0800)
committerKevin Sawicki <kevinsawicki@gmail.com>
Thu, 21 Jan 2016 16:32:21 +0000 (09:32 -0700)
atom/renderer/api/lib/remote.js
script/eslintrc-base.json

index c43b52c2e82f492242637b5486c355af0ab6577a..db5862de402897c556e9235952c6df88d59c9ebc 100644 (file)
@@ -111,7 +111,6 @@ var metaToValue = function(meta) {
       return new Date(meta.value);
     case 'exception':
       throw new Error(meta.message + "\n" + meta.stack);
-      break;
     default:
       if (meta.type === 'function') {
         // A shadow class to represent the remote function object.
index 5c9f15eb666da5e8c86112ed9e81cb4820e76082..b85be99c6086cf257fac9510b4ec828430a57a49 100644 (file)
@@ -19,7 +19,6 @@
     "linebreak-style": 0,
     "no-console": 0,
     "no-undef": 0,
-    "no-unreachable": 0,
     "no-unused-vars": 0
   },
   "env": {