We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a90d40 commit aad8a71Copy full SHA for aad8a71
packages/eslint-config-react-native/index.mjs
@@ -22,6 +22,7 @@ const common = {
22
23
/** @type {import("eslint").Linter.Config} */
24
const react = {
25
+ files: ['**/*.jsx', '**/*.tsx'],
26
rules: {
27
'react/jsx-sort-props': [
28
'error',
0 commit comments