Skip to content

Commit

Permalink
fix: add /vendor to eslint ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Jun 19, 2024
1 parent 603ba82 commit fc80fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
},
},
},
ignorePatterns: [ 'dist/', 'node_modules/', 'release/', 'scripts/' ],
ignorePatterns: [ 'dist/', 'node_modules/', 'release/', 'scripts/', '/vendor' ],
rules: {
'arrow-parens': 'off',
camelcase: 'off',
Expand Down

0 comments on commit fc80fc5

Please sign in to comment.