eslint-config-vaadin
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -68,3 +68,3 @@ /** | ||
// 'consistent-return': 0 | ||
// 'curly': 0, | ||
'curly': 2, | ||
// 'default-case': 0, | ||
@@ -188,3 +188,3 @@ // 'dot-location': 0, | ||
'key-spacing': 2, | ||
'keyword-spacing': 0, | ||
'keyword-spacing': 2, | ||
// 'line-comment-position': 0, | ||
@@ -191,0 +191,0 @@ 'linebreak-style': 2, |
{ | ||
"name": "eslint-config-vaadin", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "ESLint shareable config for the Vaadin JavaScript coding style", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
19797