@kevinoid/eslint-config
Advanced tools
Changelog
6.0.1 (2020-04-09)
arguments.callee
from no-restricted-properties
since it is already covered by no-caller
(8460214)Changelog
6.0.0 (2020-03-26)
capIsNew: true
for new-cap
rule (15740f2), see airbnb/javascript#2200eslint-plugin-unicorn@^18.0.0
(745b8ed):
prefer-number-properties
and
prefer-set-has
rules.Changelog
4.0.0 (2020-02-14)
eslint-plugin-unicorn@16.0.0
).e
in number literals (due to
sindresorhus/eslint-plugin-unicorn#490 in
eslint-plugin-unicorn@16.0.0
).unicorn/prefer-trim-start-end
for node
env.
(b9b90c4)prefer-exponentiation-operator
instead of
unicorn/prefer-exponentiation-operator
(8b471c9)unicorn/no-for-loop
due to conflicts with restricted-syntax
from
eslint-config-airbnb-base
which prevents iterators/generators due to
regenerator polyfill overhead
(fe93887)Changelog
3.0.0 (2020-01-26)
operator-linebreak
after
for all assignment operators
(7bae3ec)^15.0.0
,
enabling new
prefer-modern-dom-apis
rule.eslint-plugin-node
to
^11.0.0
.ignoreRestSiblings
for
no-unused-vars
rule
(a979bf6)Changelog
2.0.0 (2019-11-29)
RuntimeObject
to no-restricted-globals
, since unbound this
is
always preferable (see link in error message for details).no-restricted-globals
.globals
to ^12.3.0
for additional WSH globals (CollectGarbage
,
Debug
, RuntimeObject
).eslint-plugin-unicorn
to ^14.0.0
.Changelog
0.5.0 (2019-11-03)
eslint-plugin-unicorn
to ^12.0.2.
prefer-string-slice
rule.