eslint-config-tapplint
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "eslint-config-tapplint", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "MatchingAgent's ESLint config.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -116,4 +116,8 @@ 'use strict'; | ||
// enforce consistency of spacing after the start of a comment | ||
'spaced-comment': ['error', 'always'], | ||
'spaced-comment': ['error', 'always', { | ||
block: { | ||
balanced: true, | ||
}, | ||
}], | ||
}, | ||
}; |
10894
261