eslint-config-es
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -170,3 +170,3 @@ 'use strict'; | ||
'lines-around-comment': [ 2, { | ||
'beforeBlockComment': true, | ||
'beforeBlockComment': false, | ||
'afterBlockComment': false, | ||
@@ -176,3 +176,3 @@ 'beforeLineComment': true, | ||
'allowBlockStart': true, | ||
'allowBlockEnd': false | ||
'allowBlockEnd': true | ||
}], | ||
@@ -179,0 +179,0 @@ 'max-nested-callbacks': [ 0, 3 ], |
@@ -169,3 +169,3 @@ 'use strict'; | ||
'lines-around-comment': [ 2, { | ||
'beforeBlockComment': true, | ||
'beforeBlockComment': false, | ||
'afterBlockComment': false, | ||
@@ -175,3 +175,3 @@ 'beforeLineComment': true, | ||
'allowBlockStart': true, | ||
'allowBlockEnd': false | ||
'allowBlockEnd': true | ||
}], | ||
@@ -178,0 +178,0 @@ 'max-nested-callbacks': [ 0, 3 ], |
@@ -170,3 +170,3 @@ 'use strict'; | ||
'lines-around-comment': [ 2, { | ||
'beforeBlockComment': true, | ||
'beforeBlockComment': false, | ||
'afterBlockComment': false, | ||
@@ -176,3 +176,3 @@ 'beforeLineComment': true, | ||
'allowBlockStart': true, | ||
'allowBlockEnd': false | ||
'allowBlockEnd': true | ||
}], | ||
@@ -179,0 +179,0 @@ 'max-nested-callbacks': [ 0, 3 ], |
@@ -169,3 +169,3 @@ 'use strict'; | ||
'lines-around-comment': [ 2, { | ||
'beforeBlockComment': true, | ||
'beforeBlockComment': false, | ||
'afterBlockComment': false, | ||
@@ -175,3 +175,3 @@ 'beforeLineComment': true, | ||
'allowBlockStart': true, | ||
'allowBlockEnd': false | ||
'allowBlockEnd': true | ||
}], | ||
@@ -178,0 +178,0 @@ 'max-nested-callbacks': [ 0, 3 ], |
{ | ||
"name": "eslint-config-es", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "eslint-config-es contains strict ESLint configurations for ES5 and ES2015.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |