Skip to content

Commit

Permalink
Merge pull request Expensify#46047 from rayane-djouah/update-eslint-r…
Browse files Browse the repository at this point in the history
…ules-to-include-prettier-plugin

[No QA] update eslint configuration to use prettier recommended plugin
  • Loading branch information
roryabraham authored Jul 23, 2024
2 parents c47208e + 5464c49 commit d72ac24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:you-dont-need-lodash-underscore/all',
'prettier',
'plugin:prettier/recommended',
],
plugins: ['@typescript-eslint', 'jsdoc', 'you-dont-need-lodash-underscore', 'react-native-a11y', 'react', 'testing-library', 'eslint-plugin-react-compiler'],
ignorePatterns: ['lib/**'],
Expand Down

0 comments on commit d72ac24

Please sign in to comment.