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
Commit b0ce4df in #4135 ended up formatting tsconfig.json files throughout the repo and appended trailing , which is not valid JSON.
tsconfig.json
,
This is causing examples in code sandbox on https://redux-toolkit.js.org/rtk-query/usage/examples to fail with
Error We weren't able to parse: '/tsconfig.json': Parse error on line 18: ... "noEmit": true, },} ----------------------^ Expecting 'STRING', got '}'
Suggest to exclude any .json files from being formatted with trailing commas
.json
The text was updated successfully, but these errors were encountered:
/cc @aryaemami59 - can you reformat these?
Sorry, something went wrong.
@markerikson Yes sir
Successfully merging a pull request may close this issue.
Commit b0ce4df in #4135 ended up formatting
tsconfig.json
files throughout the repo and appended trailing,
which is not valid JSON.This is causing examples in code sandbox on https://redux-toolkit.js.org/rtk-query/usage/examples to fail with
Suggest to exclude any
.json
files from being formatted with trailing commasThe text was updated successfully, but these errors were encountered: