Skip to content

Commit

Permalink
Tweak eslint config to ignore depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Aug 18, 2022
1 parent a4c70a6 commit 2106739
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', 'desktop/dist/*.js', 'dist/*.js'],
ignorePatterns: ['!.*', 'src/vendor', '.github/actions/**/index.js', 'desktop/dist/*.js', 'dist/*.js', 'node_modules/.bin/**', '.git/**'],
env: {
jest: true,
},
Expand Down

0 comments on commit 2106739

Please sign in to comment.