Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 199 Bytes

strict-mutable.md

File metadata and controls

15 lines (9 loc) · 199 Bytes

strict-mutable

Ensures that all @Prop marked as mutable really needs to be mutable.

Config

No config is needed

Usage

{ "@stencil/strict-mutable": "error" }

Fix included