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 ||
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. | 🔧 |
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 ||
|[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 |✅ |🔧 |
137
+
|[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 |✅ ||
138
+
|[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. |🧪 |🔧 |
139
+
|[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 |✅ ||
Copy file name to clipboardExpand all lines: packages/eslint-plugin/docs/rules/no-inline-style.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Detect inline styles in JSX (`@bam.tech/no-inline-style`)
2
2
3
+
💼 This rule is enabled in the ✅ `recommended` config.
4
+
3
5
<!-- end auto-generated rule header -->
4
6
5
7
> **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).
0 commit comments