eslint-config-es
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -163,3 +163,3 @@ 'use strict'; | ||
'id-blacklist': 0, | ||
'id-length': [ 2, { min: 2, max: Number.infinity, properties: 'always', exceptions: []}], | ||
'id-length': [ 2, { min: 2, max: Number.infinity, properties: 'always', exceptions: [ '_' ]}], | ||
'id-match': 0, | ||
@@ -166,0 +166,0 @@ indent: [ 2, 2, { SwitchCase: 1, VariableDeclarator: { var: 2, let: 2, const: 3 }}], |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11518
0