Skip to content

Commit

Permalink
Fix lint to ignore bundles and webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Aug 25, 2023
1 parent 8a039cb commit f1f7134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
// overrides: [{
// files: [ 'src/*.ts' ]
// }],
ignorePatterns: ['dist/*'],
ignorePatterns: ['dist/*', 'bundles/*', 'webpack.config.js'],
plugins: [ '@typescript-eslint' ],
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down

0 comments on commit f1f7134

Please sign in to comment.