# strict-mutable Ensures that all `@Prop` marked as mutable really needs to be mutable. ## Config No config is needed ## Usage ```json { "stencil/strict-mutable": "error" } ``` > Fix included