Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 493 Bytes

File metadata and controls

12 lines (9 loc) · 493 Bytes
description
Enforce consistent spacing between property names and type annotations in types and interfaces.

🛑 This file is source code, not the primary documentation location! 🛑

See https://typescript-eslint.io/rules/key-spacing for documentation.

Examples

This rule extends the base eslint/keyword-spacing rule. This version adds support for type annotations on interfaces, classes and type literals properties.