Skip to content

m-hall/eslint-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' }
    ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published