eslint-plugin-lwc
eslint-plugin-lwc copied to clipboard
Add support for LWR specific rules
trafficstars
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.