mirror of
https://github.com/electron/electron.git
synced 2026-01-23 06:18:17 -05:00
Clean up no-unreachable lint errors
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"linebreak-style": 0,
|
||||
"no-console": 0,
|
||||
"no-undef": 0,
|
||||
"no-unreachable": 0,
|
||||
"no-unused-vars": 0
|
||||
},
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user