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
Cool project!
I wonder if support for autogenerated LICENSE files should be added. These are typically created by Webpack, and sit alongside individual .js files.
I was able to add it by adding $(capture).js.LICENSE.txt to the *.js group. Happy to send a PR if you'd like to add this as a feature?
$(capture).js.LICENSE.txt
*.js
create a a.js file and a a.LICENSE.js.txt file
N/A
n/a
The text was updated successfully, but these errors were encountered:
Can you explain more about this convention? If it's not widely used, I'd suggest you configure it locally.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Cool project!
I wonder if support for autogenerated LICENSE files should be added.
These are typically created by Webpack, and sit alongside individual .js files.
I was able to add it by adding
$(capture).js.LICENSE.txt
to the*.js
group.Happy to send a PR if you'd like to add this as a feature?
Reproduction
create a a.js file and a a.LICENSE.js.txt file
System Info
Used Package Manager
n/a
Validations
The text was updated successfully, but these errors were encountered: