Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 827 Bytes

File metadata and controls

40 lines (26 loc) · 827 Bytes

indent

Enforce consistent indentation.

Warning

PLEASE READ THIS ISSUE BEFORE USING THIS RULE #1824

Rule Details

This rule extends the base eslint/indent rule. It adds support for TypeScript nodes.

How to Use

{
  // note you must disable the base rule as it can report incorrect errors
  "indent": "off",
  "@typescript-eslint/indent": ["error"]
}

Options

See eslint/indent options.

Taken with ❤️ from ESLint core

Attributes

  • Configs:
    • ✅ Recommended
    • 🔒 Strict
  • 🔧 Fixable
  • 💭 Requires type information