You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
The coffeelint's doc points to use coffee-react-transform, however it miss features and is deprecated. And, as the coffeelint's doc says, transformers may mess with the original source format.
Supporting JSX, coffeelint could test indentation of nested tags, line spliced tags, and more...
The text was updated successfully, but these errors were encountered:
[ { name: 'spacing_after_comma',
level: 'error',
message: 'a space is required after commas',
description: 'This rule checks to make sure you have a space after commas.',
lineNumber: 1,
line: '<div className="test">',
rule: 'spacing_after_comma' },
{ name: 'spacing_after_comma',
level: 'error',
message: 'a space is required after commas',
description: 'This rule checks to make sure you have a space after commas.',
lineNumber: 1,
line: '<div className="test">',
rule: 'spacing_after_comma' } ]
Why it matches spacing_after_comma in a JSX tag notation?
aminland
added a commit
to aminland/coffeelint2
that referenced
this issue
Jan 17, 2018
The coffeelint's doc points to use
coffee-react-transform
, however it miss features and is deprecated. And, as the coffeelint's doc says, transformers may mess with the original source format.Supporting JSX, coffeelint could test indentation of nested tags, line spliced tags, and more...
The text was updated successfully, but these errors were encountered: