Fixes a file using your project's .jscsrc
rules file and the --fix switch on jscs
Install the module with: apm install jscs-fixer
Alternatively use Settings → Install → Search for jscs-fixer
inside the editor.
ES2015 and JSX support is based on the esprima-fb parser and can be toggled in the settings pane.
Check the settings pane for package options.
Invoke the command using any of the options below:
Fix this file using jscs
Jscs Fixer: Fix
To get linting support, you will need this package: https://atom.io/packages/linter-jscs
Copyright (c) 2015 Fábio Oliveira. Licensed under the MIT license.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.