Update dependency @aarongoldenthal/eslint-config-standard to v12
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@aarongoldenthal/eslint-config-standard (source) | ^11.0.0 -> ^12.0.1 |
Release Notes
gitlab-ci-utils/eslint-config-standard
v12.0.1
Fixed
- Disable rule
jest/prefer-snapshot-hint
due to inconsistent behavior (#51)
v12.0.0
Added
- Added new configuration for eslint-plugin-unicorn, which must be explicitly extended (i.e.
"extends": ["@​aarongoldenthal/eslint-config-standard/unicorn-config"]
). (#142)- BREAKING: Disabled rules
no-nested-ternary
andnode/no-process-exit
in favor ofeslint-plugin-unicorn
replacements - Updated
ecmaVersion
to 2021 (for compatibility withunicorn/numeric-separators-style
)
- BREAKING: Disabled rules
Changed
- BREAKING: Added new
eslint-plugin-jest
rulesno-conditional-in-test
,prefer-comparison-matcher
,prefer-equality-matcher
, andprefer-snapshot-hint
. Removed deprecated ruleno-if
in favor ofno-conditional-in-test
. (#46, #48) - BREAKING: Updated
eslint-plugin-node
configuration, adding many new rules. (#50)
Fixed
- Updated to latest dependencies, including
eslint-plugin-jest
andeslint-plugin-jsdoc
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by GoldenBot