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
jsonTrailingCommaFiles
Specifying files to use trailing commas currently requires listing every file explicitly:
"jsonTrailingCommaFiles": [ "tsconfig.json", "tsconfig.base.json", "jsconfig.json", ".vscode/settings.json", ".vscode/extensions.json", ".vscode/tasks.json", ".vscode/launch.json", ]
It'd be convenient to allow some glob-like matching (which is already supported for includes/excludes):
includes
excludes
"jsonTrailingCommaFiles": [ "{j,t}sconfig*.json", ".vscode/*.json" ]
This was suggested in #14 (comment) as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifying files to use trailing commas currently requires listing every file explicitly:
It'd be convenient to allow some glob-like matching (which is already supported for
includes
/excludes
):This was suggested in #14 (comment) as well.
The text was updated successfully, but these errors were encountered: