Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 490 Bytes

File metadata and controls

27 lines (21 loc) · 490 Bytes

Copy-paste from eslint-plugin-shopify from shopify team without unwanted dependencies and restrictions

Installation

npm install @regru/eslint-plugin-prefer-early-return --save-dev

Usage

{
  "plugins": [
    "@regru/prefer-early-return",
    …
  ],
  "rules": {
    "@regru/prefer-early-return/prefer-early-return": ["error", {
      "maximumStatements": 1
    }],
    …
  },
  …
}

Plugin-Provided Rule

prefer-early-return