--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: INVALID.js --- # Input ```jsx ``` # Diagnostics ``` INVALID.js lint/style/useFilenamingConvention ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! The filename should be in camelCase or kebab-case or snake_case or equal to the name of an export. i The filename could be renamed to one of the following names: invalid.js ```