eslint-config-jameslnewell
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -130,3 +130,3 @@ module.exports = { | ||
'func-names': 0, | ||
'func-style': [2, 'declaration'], | ||
'func-style': [2, 'declaration', {'allowArrowFunctions': true}], | ||
'id-length': 0, | ||
@@ -133,0 +133,0 @@ 'indent': [2, 2, {'SwitchCase': 1, 'VariableDeclarator': 0}], |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
14354