• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

eslint-fixer

Runs eslint --fix on the current file.
m-hall
1.3.0 10,135
7
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

ESLint Fixer

Runs eslint --fix on the current file.

This plugin is considered deprecated, in favor of using Linter ESLint (see below).

Linter ESLint

It is recommended to use Linter ESLint instead of this plugin. It has a feature to autofix on save.

If you want to fix files on right-click, then you can use add the following script to your init file.

atom.contextMenu.add {
    'atom-workspace': [
        { label: 'Fix lint', command: 'linter-eslint:fix-file' }
    ]
}

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by