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-ternaryandnode/no-process-exitin favor ofeslint-plugin-unicornreplacements
- Updated
ecmaVersionto 2021 (for compatibility withunicorn/numeric-separators-style)
- BREAKING: Disabled rules
Changed
- BREAKING: Added new
eslint-plugin-jestrulesno-conditional-in-test,prefer-comparison-matcher,prefer-equality-matcher, andprefer-snapshot-hint. Removed deprecated ruleno-ifin favor ofno-conditional-in-test. (#46, #48)
- BREAKING: Updated
eslint-plugin-nodeconfiguration, adding many new rules. (#50)
Fixed
- Updated to latest dependencies, including
eslint-plugin-jestandeslint-plugin-jsdoc