Skip to content

Commit aad8a71

Browse files
committed
fix: update files
1 parent 6a90d40 commit aad8a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-react-native/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const common = {
2222

2323
/** @type {import("eslint").Linter.Config} */
2424
const react = {
25+
files: ['**/*.jsx', '**/*.tsx'],
2526
rules: {
2627
'react/jsx-sort-props': [
2728
'error',

0 commit comments

Comments
 (0)