Skip to content

Commit

Permalink
Add name to global eslint ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Feb 6, 2025
1 parent 816677f commit af505e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const TEST_FILES = [

export default [
{
name: 'dd-trace/global-ignore',
ignores: [
'**/coverage', // Just coverage reports.
'**/dist', // Generated
Expand Down

0 comments on commit af505e0

Please sign in to comment.