tools: remove non-existent file from eslint config

PR-URL: https://github.com/nodejs/node/pull/55772
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
This commit is contained in:
Aviv Keller 2024-11-09 20:10:08 -05:00 committed by GitHub
parent 0a00217a5f
commit c5a13605cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,6 @@ export default [
'test/.tmp.*/**',
'test/addons/??_*',
'test/fixtures/**',
'test/message/esm_display_syntax_error.mjs',
'tools/github_reporter/**',
'tools/icu/**',
],