Skip to content

Commit d7dfb1a

Browse files
committed
fix: update files
1 parent 5fc2362 commit d7dfb1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)