We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint-plugin-bacon
eslint-plugin-expo
eslint-plugin-bacon is a new Expo ESLint plugin which exposes the following rules:
bacon/modern-react-native
bacon/no-vector-icon-barrel
bacon/no-empty-styles
Update (Apr 2024): eslint-config-expo - maybe this refers to the new plugin too?
eslint-config-expo
The text was updated successfully, but these errors were encountered:
@react-native/eslint-plugin
Sorry, something went wrong.
No branches or pull requests
eslint-plugin-bacon
is a new Expo ESLint plugin which exposes the following rules:bacon/modern-react-native
: require usage of modern imported librariesbacon/no-vector-icon-barrel
: prevent usage of barrel imports for vector icons, reducing app sizebacon/no-empty-styles
: prevent usage of empty arrays, objects and single-item arraysUpdate (Apr 2024):
eslint-config-expo
- maybe this refers to the new plugin too?The text was updated successfully, but these errors were encountered: