Skip to content

Commit

Permalink
chore: fix lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Oct 11, 2024
1 parent 19adcd5 commit 6698dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default [
globals: {
sinon: true
},
files: [
'**/test/**/*.js'
]
}
},
files: [
'**/test/**/*.js'
]
}
];

0 comments on commit 6698dcd

Please sign in to comment.