This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Fix Babel 6.4: A semicolon is required after a class property #171
Labels
Comments
I am having the same issue, // .babelrc
{
"presets": ["es2015", "react", "stage-0"]
}
// package.json
"babel-core": "^6.0.20",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.3.13", |
Has nothing to do with linter-jscs. However, it looks like a auto-fix as already been merged into jscs: jscs-dev/node-jscs#2057 |
My understanding is that node-jscs is packaged with AtomLinter/linter-jscs so it will take a new release to be able to use this feature in AtomLinter/linter-jscs |
Wasn't aware that node-jscs is packaged with linter-jscs. Would explain why it the new |
Correct, this plugin uses it's bundled version of |
This was fixed in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I upgraded Babel to 6.4. Before semicolon after class property were not mandatory but now I have ton of :
Do you know of a preset to automatically fix these automatically? I tried airbn and google without success.
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: