# reserved-member-names Ensures that any of reserved global HTML attribute names are used as `@Prop` or `@Method`. ## Config No config is needed ## Usage ```json { "stencil/reserved-member-names": "error" } ```