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 315040c commit 2d01c23Copy full SHA for 2d01c23
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