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
no-irregular-whitespace
no-irregular-whitespace gets reported even when the irregular whitespace is in a string.
The default option should ignore strings:
"skipStrings": true (default) allows any whitespace characters in string literals
"skipStrings": true
https://ota-meshi.github.io/eslint-plugin-jsonc/playground/#eJyrVkrOT0lVslKqjslTAIIYpbT8/BglKyDj0IIYpZi8WqVaAMnkC1o=
The text was updated successfully, but these errors were encountered:
Thank you for reporting the issue! I think we need to add a new extension rule for JSONC in this plugin.
Sorry, something went wrong.
jsonc/no-irregular-whitespace
Successfully merging a pull request may close this issue.
no-irregular-whitespace
gets reported even when the irregular whitespace is in a string.The default option should ignore strings:
Reproduction
https://ota-meshi.github.io/eslint-plugin-jsonc/playground/#eJyrVkrOT0lVslKqjslTAIIYpbT8/BglKyDj0IIYpZi8WqVaAMnkC1o=
The text was updated successfully, but these errors were encountered: