eslint-plugin-early-return
v1.1.0
Published
ESLint plugin that suggests early return patterns to improve code readability
Maintainers
Readme
eslint-plugin-early-return
ESLint plugin that suggests early return patterns to improve code readability.
Installation
npm install --save-dev eslint-plugin-early-returnUsage
Add the recommended configuration to your ESLint flat config:
import earlyReturn from 'eslint-plugin-early-return'
export default [earlyReturn.configs.recommended]License
MIT
Special Thanks
Special thanks to @hyoban who previously held the eslint-plugin-early-return package name and generously agreed to transfer ownership, contributing to the open source ecosystem.
