Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru committed Mar 31, 2023
1 parent 535437f commit 27032fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = env => {
return merge(config);
case 'lint':
return merge(config, {
entry: glob.sync('./!(node_modules)**/*.ts'),
entry: glob.sync('./!(node_modules)/**/*.ts'),
plugins: [
new ESLintPlugin({
extensions: ['ts'],
Expand Down

0 comments on commit 27032fc

Please sign in to comment.