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
<IonToast isOpen={ Boolean(toastMessage)} onDidDismiss={handleDismiss } buttons={[{ text: 'Ok', role: 'cancel', handler: handleDismiss, }]} />
with tslint.json configuration:
tslint.json
{ "jsx-curly-spacing": [ 2, { "when": "always", "allowMultiline": true } ], }
The rule is ignored.
However
{ "jsx-curly-spacing": [ true, "always" ], }
works.
Should behave the same way as https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-curly-spacing.md
The text was updated successfully, but these errors were encountered:
This package is being deprecated, see #210.
Also, I recommend using prettier for code formatting.
Sorry, something went wrong.
No branches or pull requests
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
The rule is ignored.
However
works.
Expected behavior
Should behave the same way as https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-curly-spacing.md
The text was updated successfully, but these errors were encountered: