Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 270 Bytes

no-dupe-keys.md

File metadata and controls

15 lines (11 loc) · 270 Bytes

no-dupe-keys

Checks for duplicate properties in Object annotations.

This rule mirrors ESLint's no-dupe-keys rule.

{
    "rules": {
        "flowtype/no-dupe-keys": 2
    }
}