eslint-config-es
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -73,3 +73,3 @@ 'use strict'; | ||
'no-else-return': 2, | ||
'no-empty-function': [ 2, { allow: []}], | ||
'no-empty-function': [ 2, { allow: [ 'methods' ]}], | ||
'no-eq-null': 2, | ||
@@ -76,0 +76,0 @@ 'no-eval': 2, |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "eslint-config-es contains a strict ESLint configuration for ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
11629