eslint-config-es
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -173,3 +173,3 @@ 'use strict'; | ||
'beforeLineComment': true, | ||
'afterLineComment': true, | ||
'afterLineComment': false, | ||
'allowBlockStart': true, | ||
@@ -176,0 +176,0 @@ 'allowBlockEnd': true |
@@ -172,3 +172,3 @@ 'use strict'; | ||
'beforeLineComment': true, | ||
'afterLineComment': true, | ||
'afterLineComment': false, | ||
'allowBlockStart': true, | ||
@@ -175,0 +175,0 @@ 'allowBlockEnd': true |
@@ -173,3 +173,3 @@ 'use strict'; | ||
'beforeLineComment': true, | ||
'afterLineComment': true, | ||
'afterLineComment': false, | ||
'allowBlockStart': true, | ||
@@ -176,0 +176,0 @@ 'allowBlockEnd': true |
@@ -172,3 +172,3 @@ 'use strict'; | ||
'beforeLineComment': true, | ||
'afterLineComment': true, | ||
'afterLineComment': false, | ||
'allowBlockStart': true, | ||
@@ -175,0 +175,0 @@ 'allowBlockEnd': true |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "eslint-config-es contains strict ESLint configurations for ES5 and ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
29874