You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[no-different-displayname](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/no-different-displayname.md)| Enforce component displayName to match with component name | 🔧 |
134
+
|[no-inline-style](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/no-inline-style.md)| Detect inline styles in JSX ||
134
135
|[prefer-user-event](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/prefer-user-event.md)| Enforces usage of userEvent over fireEvent in tests. | 🔧 |
135
136
|[require-named-effect](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/docs/rules/require-named-effect.md)| Enforces the use of named functions inside a useEffect ||
# Detect inline styles in JSX (`@bam.tech/no-inline-style`)
2
+
3
+
<!-- end auto-generated rule header -->
4
+
5
+
> **Note:** This rule is a flat config adaptation of [`react-native/no-inline-styles`](https://github.com/Intellicode/eslint-plugin-react-native/blob/master/docs/rules/no-inline-styles.md).
6
+
7
+
Disallows the use of inline styles in JSX elements.
0 commit comments