chore: fix eslint annotations (#4740)

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2022-09-13 16:23:59 -05:00 committed by GitHub
parent 38eec3a56a
commit 65bef5d217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ module.exports = {
},
overrides: [
{
files: ['packages/**/test/*.js', 'packages/**/*.test.js'],
files: ['packages/**/test/*.js', 'packages/**/*.js'],
env: {
mocha: true,
},