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
Given the following file:
/** @jsx React.DOM */ var React = require('react') module.exports = React.createClass({ render: function () { return <div className="error"> <h3>{this.error.message}</h3> </div> } })
jsxhint reports a trailing whitespace error on line 6
jsxhint
The text was updated successfully, but these errors were encountered:
This is an issue with the react-tools package bundled with JSXHint, fixed in facebook/react#970.
react-tools
Sorry, something went wrong.
No branches or pull requests
Given the following file:
jsxhint
reports a trailing whitespace error on line 6The text was updated successfully, but these errors were encountered: