test262/tools/web-features
Chris Cuellar edfec3e641 fixes linter for directories with json files
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.
2025-10-05 13:06:30 -07:00
..