Skip to content

Commit

Permalink
Add a desktop/dist directory to ignorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jul 18, 2022
1 parent 65a3115 commit 8e1bfb0
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'],
env: {
jest: true,
},
Expand Down

0 comments on commit 8e1bfb0

Please sign in to comment.