Intellicode / eslint-plugin-react-native

React Native plugin for ESLint
MIT License
722 stars 130 forks source link

[Feature] Allow rules options to include message #301

Open Kjue opened 3 years ago

Kjue commented 3 years ago

Seeing that I'm using the no inline styles rule in a production system I would see a benefit to allowing to override the messages with instructions on what would be useful thing to do. I would prefer to guide the developer to the right track instead of just telling them their current action is wrong. Cheers!