All Projects → foliveira → jscs-fixer

foliveira / jscs-fixer

Licence: MIT license
Atom package to run jscs --fix on your project files

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to jscs-fixer

atom-play-piano
In atom, piano notes are played as you code... amazing !
Stars: ✭ 29 (+81.25%)
Mutual labels:  atom-package, atom-editor
linter-ansible-linting
ansible-lint linter for atom
Stars: ✭ 19 (+18.75%)
Mutual labels:  atom-package, atom-editor
atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (+93.75%)
Mutual labels:  atom-package, atom-editor
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+200%)
Mutual labels:  atom-package, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+5400%)
Mutual labels:  atom-package, atom-editor
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-6.25%)
Mutual labels:  atom-package, atom-editor
ide-yaml
Atom-IDE support for YAML language
Stars: ✭ 16 (+0%)
Mutual labels:  atom-package, atom-editor
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (+50%)
Mutual labels:  atom-package, atom-editor
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (+0%)
Mutual labels:  atom-package, atom-editor
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+4587.5%)
Mutual labels:  atom-package, atom-editor
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+812.5%)
Mutual labels:  atom-package, atom-editor
Atom Terminal Panel
Advanced terminal interface for Atom editor
Stars: ✭ 95 (+493.75%)
Mutual labels:  atom-package, atom-editor
linter-terraform-syntax
terraform validate linter and formatter for atom
Stars: ✭ 19 (+18.75%)
Mutual labels:  atom-package, atom-editor
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+712.5%)
Mutual labels:  atom-package, atom-editor
Tokamak
Fusion Reactor for Rust - Atom Rust IDE
Stars: ✭ 404 (+2425%)
Mutual labels:  atom-package, atom-editor
Atom I18n
:atom: One Atom i18n Package for Any Locale 🌏 🌎 🌍
Stars: ✭ 56 (+250%)
Mutual labels:  atom-package, atom-editor
ide-css
Atom-IDE for CSS, LESS and SCSS language
Stars: ✭ 18 (+12.5%)
Mutual labels:  atom-package, atom-editor
Node Jscs
⤴️ JavaScript Code Style checker (unmaintained)
Stars: ✭ 5,026 (+31312.5%)
Mutual labels:  jscs
Atom Terminal Tab
Simple terminal for the Atom text editor.
Stars: ✭ 134 (+737.5%)
Mutual labels:  atom-package
apio-ide
🌱 Experimental open FPGA IDE using Atom and Apio
Stars: ✭ 82 (+412.5%)
Mutual labels:  atom-package

jscs-fixer

Fixes a file using your project's .jscsrc rules file and the --fix switch on jscs

Getting Started

Install the module with: apm install jscs-fixer

Alternatively use Settings → Install → Search for jscs-fixer inside the editor.

Supports

  • Vanilla Javascript (ES5)
  • ES2015 (previously known as ES6/Harmony)
  • JSX

ES2015 and JSX support is based on the esprima-fb parser and can be toggled in the settings pane.

Usage

  • Check the settings pane for package options.

  • Invoke the command using any of the options below:

    1. Use the keyboard shortcut - ctrl++J
    2. Right click on one a file editor and choose Fix this file using jscs
    3. From Command Palette (++P) invoke Jscs Fixer: Fix

jscs-fixer

Notes

To get linting support, you will need this package: https://atom.io/packages/linter-jscs

License

Copyright (c) 2015 Fábio Oliveira. Licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].