# methods-must-be-public Ensures that all `@Method()` functions are public. ## Config No config is needed ## Usage ```json { "stencil/methods-must-be-public": "error" } ``` > Fix included