Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 224 Bytes

props-must-be-readonly.md

File metadata and controls

15 lines (9 loc) · 224 Bytes

props-must-be-readonly

Ensures that all @Prop are readonly (excluding mutable properties).

Config

No config is needed

Usage

{ "@stencil-community/props-must-be-readonly": "error" }

Fix included