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 am using the built-in NEXT_JS_APP_ROUTER_CASE pattern for the "folder-naming-convention" rule and get a lint error for /app/rss.xml/route.ts, which is a valid next.js route path.
Expected behavior
NEXT_JS_APP_ROUTER_CASE should accept /app/rss.xml/route.ts
Describe the bug
i am using the built-in
NEXT_JS_APP_ROUTER_CASE
pattern for the "folder-naming-convention" rule and get a lint error for/app/rss.xml/route.ts
, which is a valid next.js route path.Expected behavior
NEXT_JS_APP_ROUTER_CASE
should accept/app/rss.xml/route.ts
Plugin configuration
Project structure
. └── app └── rss.xml └── route.ts
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: