eslint-config-protect-me-from-my-stupidity
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -5,2 +5,8 @@ # Changelog | ||
## [2.0.5] (2018-04-16) | ||
### Changed | ||
- Switched the `operator-linebreak` rule off. | ||
## [2.0.4] (2018-02-03) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name" : "eslint-config-protect-me-from-my-stupidity", | ||
"version" : "2.0.4", | ||
"version" : "2.0.5", | ||
@@ -18,5 +18,4 @@ "description" : "An opinionated ESLint configuration that shall protect you from your stupidity when writing JavaScript.", | ||
"eslint-config", | ||
"rules", | ||
"stupid", | ||
"style guide" | ||
"style-guide", | ||
"rules" | ||
], | ||
@@ -41,3 +40,3 @@ | ||
{ | ||
"eslint" : "^4.13.1", | ||
"eslint" : "^4.17.0", | ||
"eslint-plugin-import" : "^2.8.0", | ||
@@ -44,0 +43,0 @@ "eslint-plugin-promise" : "^3.6.0" |
@@ -222,3 +222,3 @@ 'use strict'; | ||
"operator-assignment" : "error", | ||
"operator-linebreak" : ["error", "before"], | ||
"operator-linebreak" : "off", | ||
"padding-blocks" : "off", | ||
@@ -225,0 +225,0 @@ "padding-line-between-statements" : "off", |
26359
6