mirror of
https://github.com/tc39/test262.git
synced 2025-11-12 17:59:44 +01:00
Fixes error when linting the `json-modules` feature which points to test/language/import/import-attributes, containing .json fixture files. The linter's file_is_test() function was only filtering out FIXTURE.js files but not .json files, so it tried to read frontmatter from the JSON files and failed.