diff --git a/.eslintrc.js b/.eslintrc.js index e1272358538527..da8717076500fb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,7 @@ module.exports = { // overriding the JS config from @react-native/eslint-config to ensure // that we use hermes-eslint for all js files { - files: ['*.js', '.js.flow'], + files: ['*.js', '*.js.flow'], parser: 'hermes-eslint', rules: { // These rules are not required with hermes-eslint