eslint-config-vaadin
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -27,3 +27,3 @@ /** | ||
'no-cond-assign': 0, // eslint:recommended | ||
'no-console': ['error', {allow: ['warn', 'error', 'info']}], // eslint:recommended | ||
'no-console': ['error', {allow: ['warn', 'error', 'info', 'table']}], // eslint:recommended | ||
'no-constant-condition': 2, // eslint:recommended | ||
@@ -221,3 +221,3 @@ 'no-control-regex': 2, // eslint:recommended | ||
// 'no-ternary': 0, | ||
// 'no-trailing-spaces': 0, | ||
'no-trailing-spaces': 2, | ||
// 'no-underscore-dangle': 0, | ||
@@ -224,0 +224,0 @@ // 'no-unneeded-ternary': 0, |
{ | ||
"name": "eslint-config-vaadin", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "ESLint shareable config for the Vaadin JavaScript coding style", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
19799