This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 510
Semicolons become mandatory after a class property #2112
Labels
Comments
Yeah you can use the requireSemicolons rule for this. |
@hzoo so we can close this, right? |
I am using atom-jscs. This is my
Class properties without a semicolon are not highlighted with a linting error and not fixed. |
Did you update to jscs 2.9.0? It was added in that version |
No, I am using Atom-linter-jscs that apparently has not update yet. |
You should be able to reinstall that package and it would have the latest dependency right? It's using Either way you should be good to go when they update so goina close |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Babel 6.4 started reporting errors when a class property do not end in a semicolon.
jscs seems not even be bother that the semicolons are missing there.
In particular it would be great if
--fix-
could fix this problem since we now have hundreds of classes and almost all files are missing multiple semicolons.See also http://stackoverflow.com/questions/35103415/autofix-babel-6-4-a-semicolon-is-required-after-a-class-property
The text was updated successfully, but these errors were encountered: