💅 useFilenamingConvention errors on files starting with non-letter, a $ for example #4105
Closed
1 task done
Labels
A-Linter
Area: linter
L-JavaScript
Language: JavaScript and super languages
S-Enhancement
Status: Improve an existing feature
Environment information
Rule name
useFilenamingConvention
Playground link
https://github.com/hilja/biome-repro-1727426814198
Expected result
Settings for
useFilenamingConvention
:Remix has route files like this
app/routes/$.tsx
and Biome errors on it:That
$.tsx
can’t really be camelCased no matter what. Should filenames like this be ignored by default?Remix also has routes like this that are caught in the error:
app.$foo.$bar.tsx
.For now I can ignore them in overrides of course.
Code of Conduct
The text was updated successfully, but these errors were encountered: