-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Request] Allow specific file or folder names #42
Comments
@chimericdream You can write a glob expression to do this, and there is a similar example in the documentation:
|
That works well enough if you know the precise location of the file or folder you want to ignore, but in our case we want to ignore all |
Here is a screenshot of an example glob that would exclude |
@chimericdream Could you share a minimal reproducible monorepo project so I can work on this? And it look like there is a way to work round this issue #38 (comment). |
In our project, we want to use kebab case for all folders, but still allow a few specific strings like
__mocks__
. At present, it doesn't appear there is a way to allow this. We tried the following config, but it didn't appear to work:Ideally, I'd like to be able to do something like this:
I'd like to be able to do the same thing with the
check-file/filename-naming-convention
rule.The text was updated successfully, but these errors were encountered: