Describe the feature request
RSD was not originally meant to have an eslint-plugin, but an internal team created one. It was moved to OSS to help keep it in sync with features as they are added to RSD. But it is increasingly apparent that the lint rules are essentially useless, and only get in the way of development. The runtime warnings in RSD are far more comprehensive, and the use of LogBox is a more flexible, powerful, and ergonomic way to opt-out of any warnings. As such, I suspect we'll remove the lint rules internally and can then delete the plugin from this repo.
Describe the feature request
RSD was not originally meant to have an eslint-plugin, but an internal team created one. It was moved to OSS to help keep it in sync with features as they are added to RSD. But it is increasingly apparent that the lint rules are essentially useless, and only get in the way of development. The runtime warnings in RSD are far more comprehensive, and the use of LogBox is a more flexible, powerful, and ergonomic way to opt-out of any warnings. As such, I suspect we'll remove the lint rules internally and can then delete the plugin from this repo.