eslint-config-ibmresearch
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -233,6 +233,3 @@ /** | ||
// 'array-bracket-newline': 'off', | ||
'array-bracket-newline': ['error', { | ||
'multiline': true, | ||
'minItems': 1 | ||
}], | ||
'array-bracket-newline': ['error', 'consistent'], | ||
// 'array-bracket-spacing': 'off', | ||
@@ -278,3 +275,3 @@ 'array-bracket-spacing': ['error', 'never'], | ||
// 'function-paren-newline': 'off', | ||
'function-paren-newline': ['error', 'multiline'], | ||
'function-paren-newline': ['error', 'consistent'], | ||
// 'id-blacklist': 'off', | ||
@@ -281,0 +278,0 @@ 'id-blacklist': 'off', |
{ | ||
"name": "eslint-config-ibmresearch", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "ESLint shareable config for the IBM Research JavaScript style guide", | ||
@@ -5,0 +5,0 @@ "author": "The IBM Research authors", |
20985
566