Skip to content

Commit

Permalink
fix: help with eslint upgrade (jaegertracing#2272)
Browse files Browse the repository at this point in the history
Signed-off-by: Baalekshan <[email protected]>
  • Loading branch information
Baalekshan committed Apr 20, 2024
1 parent 1b202bf commit 5436b6b
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
Expand Up @@ -148,7 +148,7 @@ module.exports = {
},

// Add any other files or directories you want to ignore
ignores: [
ignoresPatterns: [
'build/',
'coverage/',
'packages/plexus/src/LayoutManager/layout.worker*js*',
Expand Down

0 comments on commit 5436b6b

Please sign in to comment.