salesforce / eslint-plugin-lwc

Official ESLint rules for LWC
MIT License
98 stars 32 forks source link

Add support for LWR specific rules #127

Open DougMidgley opened 1 year ago

DougMidgley commented 1 year ago

With LWR being live, it would be helpful to have eslint rules which help us avoid LWR issues (either before migrating or after) such as using document.location and async/await.

This could greatly help with migration by avoiding making coding choices early on in development which may conflict.