You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with tanstack router and the route params are defined with $, like $userId.tsx, but this rule doesn't ignore this char. I saw that it was an ignored char in the past, can you put it again?
Description
I'm working with tanstack router and the route params are defined with
$
, like$userId.tsx
, but this rule doesn't ignore this char. I saw that it was an ignored char in the past, can you put it again?Fail
src/app/routes/_area-reservada/area-reservada/certidoes/$idCertidao.tsx
Filename is not in kebab case or pascal case. Rename it to
$id-certidao.tsx
or$IdCertidao.tsx
unicorn/filename-casePass
src/app/routes/_area-reservada/area-reservada/certidoes.tsx
Additional Info
No response
The text was updated successfully, but these errors were encountered: