# props-must-be-readonly Ensures that all `@Prop` are readonly (excluding mutable properties). ## Config No config is needed ## Usage ```json { "stencil/props-must-be-readonly": "error" } ``` > Fix included