We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Node version: 20.11.0 npm version: 10.2.4 Local Inflint version: 2.1.1 Global Inflint version: 2.1.1 Operating System: macos
const inflintConfig = { rules: { 'src/*.tsx': [2, 'kebab-case'], }, };
When I define the path as src/*.{tsx}, the configuration correctly identifies all files ending with .tsx in the src folder.
The path does not seem to point to any .tsx files under my src directory.
This issue limits the flexibility of path configurations, especially in projects where similar patterns might be used for multiple file types.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Node version: 20.11.0
npm version: 10.2.4
Local Inflint version: 2.1.1
Global Inflint version: 2.1.1
Operating System: macos
What did you do?
Configuration
What did you expect to happen?
When I define the path as src/*.{tsx}, the configuration correctly identifies all files ending with .tsx in the src folder.
What actually happened?
The path does not seem to point to any .tsx files under my src directory.
Participation
Additional comments
This issue limits the flexibility of path configurations, especially in projects where similar patterns might be used for multiple file types.
The text was updated successfully, but these errors were encountered: