Skip to content

Commit

Permalink
Fix ESLint Babel preset resolution (facebook#11547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb authored and abhiisheek committed May 24, 2023
1 parent 14a5835 commit 2770bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
sourceType: 'module',
requireConfigFile: false,
babelOptions: {
presets: ['babel-preset-react-app/prod'],
presets: [require.resolve('babel-preset-react-app/prod')],
},
},

Expand Down

0 comments on commit 2770bfe

Please sign in to comment.