Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 205 Bytes

methods-must-be-public.md

File metadata and controls

15 lines (9 loc) · 205 Bytes

methods-must-be-public

Ensures that all @Method() functions are public.

Config

No config is needed

Usage

{ "@stencil-community/methods-must-be-public": "error" }

Fix included