Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glob-relevant characters in file paths are not escaped #102

Closed
chrisvfritz opened this issue Nov 13, 2024 · 1 comment
Closed

Glob-relevant characters in file paths are not escaped #102

chrisvfritz opened this issue Nov 13, 2024 · 1 comment

Comments

@chrisvfritz
Copy link

The generated paths for non-TS Vue files do not escape glob-relevant characters. For example:

{
  name: 'typescript-eslint/disable-type-checked',
  files: [
    'src/pages/[...404].vue',
  ],
  // ...
}

In this case, 'src/pages/[...404].vue' should be escaped as 'src/pages/\\[...404\\].vue'.

@haoqunjiang
Copy link
Member

Thanks!!! What an oversight!
I did know that the paths are actually globs, but forgot to test file-based routing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants