eslint-config-protect-me-from-my-stupidity
Advanced tools
Changelog
2.0.2 - 2018-01-02
array-element-newline
rule to not apply to arrays with less than 5 elements.no-invalid-this
rule off in the protect-me-from-my-stupidity/but-let-me-write-stupid-tests
configuration.Changelog
2.0.1 - 2017-12-27
no-mixed-spaces-and-tabs
rule to allow for smart-tabs
.implicit-arrow-linebreak
rule off as it clashed with the brace-style
rule.Changelog
2.0.0 - 2017-12-20
protect-me-from-my-stupidity/but-let-me-write-stupid-tests
.protect-me-from-my-stupidity/but-let-me-look-stupid
has been renamed to protect-me-from-my-stupidity/but-let-my-code-look-stupid
.max-depth
and max-nested-callbacks
rules have both been lowered to 3.protect-me-from-my-stupidity/but-let-my-code-look-stupid
to longer inherits from protect-me-from-my-stupidity
. You will now have to extend both:
{
"extends" : [
"protect-me-from-my-stupidity",
"protect-me-from-my-stupidity/but-let-my-code-look-stupid"
]
}
The same applies to the protect-me-from-my-stupidity/but-let-me-write-stupid-tests
configuration.