Releases: sanctuary-js/sanctuary-style
Releases · sanctuary-js/sanctuary-style
Version 8.0.0
Changes:
- specific files are no longer treated specially (#42)
multiline-comment-style
has been disabled (#43)
Version 7.0.0
Version 6.0.0
Version 5.0.0
Changes:
- Karma configuration files are no longer treated specially (#34)
comma-dangle
now accommodates curried functions (#35)eslint
peer dependency upgraded from6.8.x
to8.2.x
(#36)
Additions:
Version 4.1.0
Version 4.0.0
Version 3.0.0
Changes:
.mjs
files are now linted by default (#22)eslint
peer dependency upgraded from4.9.x
to5.15.x
(#23, #24)
Additions:
array-element-newline
–consistent
(#23)multiline-comment-style
–separate-lines
(#23)no-useless-catch
(#24)
Version 2.0.0
Changes:
⚠️ func-call-spacing
now specifiesf (x) (y)
rather thanf(x)(y)
(#17)- reduced the amount of configuration required to lint doctests (#18)
prefer-template
has been disabled (#19)
Version 1.1.0
Changes:
no-negated-condition
has been disabled (#14)dot-notation
has been disabled andquote-props
has been changed to"consistent"
, allowing unnecessary quoting of object property names (#15)