eslint-config-thedark1337
Advanced tools
Comparing version 4.11.1 to 4.13.1
@@ -195,2 +195,3 @@ 'use strict'; | ||
'id-match': 0, | ||
'implicit-arrow-linebreak': 2, | ||
indent: [2, 4, { | ||
@@ -209,2 +210,3 @@ SwitchCase: 1 | ||
'linebreak-style': 0, | ||
'lines-between-class-members': 2, | ||
'line-comment-position': 0, | ||
@@ -219,2 +221,3 @@ 'lines-around-comment': [2, { | ||
'max-statements-per-line': 1, | ||
'multiline-comment-style': 2, | ||
'multiline-ternary': 0, | ||
@@ -221,0 +224,0 @@ 'new-cap': [2, { |
{ | ||
"name": "eslint-config-thedark1337", | ||
"description": "ESLint Shareable Config for Thedark1337", | ||
"version": "4.11.1", | ||
"version": "4.13.1", | ||
"author": "Thedark1337 <thedark1337@thedark1337.com> (https://thedark1337.com/)", | ||
@@ -11,9 +11,9 @@ "bugs": "https://github.com/thedark1337/eslint-config-thedark1337/issues", | ||
"devDependencies": { | ||
"babel-eslint": "^8.0.0", | ||
"eslint": "^4.7.2", | ||
"babel-eslint": "^8.0.3", | ||
"eslint": "^4.13.1", | ||
"eslint-plugin-babel": "^4.1.2", | ||
"mocha": "^3.5.3", | ||
"mocha": "^4.0.1", | ||
"mocha-eslint": "^4.1.0", | ||
"temp-write": "^3.2.0", | ||
"unexpected": "^10.35.0" | ||
"unexpected": "^10.36.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "engines": { | ||
"peerDependencies": { | ||
"eslint": "^4.7.0" | ||
"eslint": "^4.13.1" | ||
}, | ||
@@ -43,0 +43,0 @@ "repository": "thedark1337/eslint-config-thedark1337", |
58023
367