Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 205 Bytes

own-methods-must-be-private.md

File metadata and controls

15 lines (9 loc) · 205 Bytes

own-methods-must-be-private

Ensures that all own class properties are private.

Config

No config is needed

Usage

{ "@stencil/own-methods-must-be-private": "error" }

Fix included