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 53348a5 commit e01487f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ module.exports = {
jest: true,
jasmine: true,
},
// Add any other files or directories you want to ignore
ignoresPatterns: [
'build/',
'coverage/',
'packages/plexus/src/LayoutManager/layout.worker*js*',
'packages/jaeger-ui/index.d.ts',
'packages/plexus/dist/',
'packages/plexus/lib/',
],
settings: {
'import/resolver': {
node: {
Expand Down Expand Up @@ -146,14 +155,4 @@ module.exports = {
'import/no-named-default': 0,
'import/extensions': 0,
},

// Add any other files or directories you want to ignore
ignoresPatterns: [
'build/',
'coverage/',
'packages/plexus/src/LayoutManager/layout.worker*js*',
'packages/jaeger-ui/index.d.ts',
'packages/plexus/dist/',
'packages/plexus/lib/',
],
};

0 comments on commit e01487f

Please sign in to comment.