salesforce / eslint-config-lwc

Opinionated ESLint configurations for LWC projects
MIT License
114 stars 35 forks source link

feat: add analyticsWaveApi wire adapters #48

Closed smithgp closed 3 years ago

smithgp commented 3 years ago

These wire adapters will be public in the 232 release.

cc: @jodarove, @ychhetri, @cjolley, @mblumreich

cseymourSF commented 3 years ago

if they are public in 232 then why mark them restricted?

jodarove commented 3 years ago

@cseymourSF this lint rule enforces that wire adapters can only be used with the wire decorator. you could say their use is restricted to the wire decorator.