eslint-config-es
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -14,3 +14,9 @@ 'use strict'; | ||
return true; | ||
} catch { | ||
/* eslint-disable no-unused-vars */ | ||
// Theoretically, ex is not needed here, but Atom uses an older Node.js | ||
// version internally which is not able to deal with optional catch | ||
// bindings. Hence we disable this rule here instead of removing the | ||
// non-needed variable. | ||
} catch (ex) { | ||
/* eslint-disable no-unused-vars */ | ||
return false; | ||
@@ -17,0 +23,0 @@ } |
{ | ||
"name": "eslint-config-es", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015+.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
26107
617