Skip to content

Commit

Permalink
Merge pull request #9951 from Expensify/vit-updateESLinterSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Jul 18, 2022
2 parents 38639ad + a202e7a commit 93d7768
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
@@ -1,7 +1,7 @@
module.exports = {
extends: ['expensify', 'plugin:storybook/recommended'],
parser: 'babel-eslint',
ignorePatterns: ['!.*', 'src/vendor', '.github/actions/**/index.js'],
ignorePatterns: ['!.*', 'src/vendor', '.github/actions/**/index.js', 'desktop/dist/*.js', 'dist/*.js'],
env: {
jest: true,
},
Expand Down

0 comments on commit 93d7768

Please sign in to comment.