@kevinoid/eslint-config
Advanced tools
Changelog
27.0.0 (2022-07-03)
eslint-plugin-unicorn
from ^42.0.0 to ^43.0.0. See Release
Notes
prefer-logical-operator-over-ternary
ruleprefer-event-target
rule.prefer-top-level-await
rule.eslint-plugin-unicorn@^43.0.0
unicorn/prefer-node-protocol
Changelog
25.0.0 (2022-04-01)
eslint-plugin-unicorn
from ^40.1.0 to ^42.0.0. See Release
Notes:
text-encoding-identifier-case
.es2020
env (but not es2022
as eslint-plugin-unicorn does).no-useless-switch-case
prefer-modern-math-apis
(except ie11 and wsh envs, which lack these APIs)no-unreadable-iife
prefer-native-coercion-functions
eslint-plugin-jsdoc
from ^37.9.7 to ^38.0.3. See Release
Notes
jsdoc/match-description
regular expressions now need to take account
for trailing whitespace.Changelog
24.0.0 (2022-01-03)
array-bracket-newline
and
array-element-newline
for consistent newlines in arrays. (To match
function-paren-newline
and
function-call-argument-newline
for functions).no-unused-private-class-members
.typeof
expressions in
no-undef
.Changelog
23.0.0 (2021-09-15)
eslint-plugin-unicorn
from ^35.0.0 to ^36.0.0. See Release
Notes:
no-useless-fallback-in-spread
.no-invalid-remove-event-listener
.Changelog
22.0.0 (2021-08-04)
eslint-plugin-unicorn
from ^34.0.0 to ^35.0.0. See Release
Notes:
prefer-object-from-entries
.no-useless-length-check
.no-useless-spread
.eslint-plugin-jsdoc
from ^35.0.0 to ^36.0.2. See Release
Notes.Changelog
21.0.0 (2021-06-29)
eslint-plugin-unicorn
from 33.0.1 to 34.0.0. See Release
Notes:
no-array-method-this-argument
.require-post-message-target-origin
.process.nextTick
in no-restricted-properties
in favor of queueMicrotask
as recommended by the Node.js API docs (a01b279)LabeledStatement
in no-restricted-syntax
rule, since it is already disallowed by no-labels
(9cfe4ff)no-continue
rule (280ab85)Changelog
20.0.0 (2021-06-07)
eslint-plugin-unicorn
rules:
eslint-plugin-unicorn@^33.0.0
max-len
ignorePattern
(aeb7825)