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