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

Open
chrisvfritz opened this issue Nov 13, 2024 · 0 comments
Open

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

chrisvfritz opened this issue Nov 13, 2024 · 0 comments

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'.

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

1 participant