eslint-config-es
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -84,3 +84,3 @@ 'use strict'; | ||
'no-implied-eval': 2, | ||
'no-invalid-this': 2, | ||
'no-invalid-this': 0, | ||
'no-iterator': 2, | ||
@@ -274,3 +274,3 @@ 'no-labels': 2, | ||
'sort-imports': [ 2, { | ||
ignoreCase: false, | ||
ignoreCase: true, | ||
ignoreMemberSort: false, | ||
@@ -277,0 +277,0 @@ memberSyntaxSortOrder: [ 'single', 'multiple', 'all', 'none' ] |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
11618