Skip to content

kamataryo/eslint-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint snippets for Atom

Build Status apm

Snippets of all the ESLint rules and its comment syntax for Atom editor.

image

Installation

Run the following command:

apm install eslint-snippets

Alternatively go to Atom > Preferences > Packages and search for eslint-snippets.

Usage

The snippets are available on *.js, *.jsx or *.json.

  1. Try to type..
  • rule names completions: try to type like no-console
  • syntax snippets: try to type like eslint-disable or eslint-disable-next-line
  1. You can see the suggests

Development

git clone git@github.com:kamataryo/eslint-snippets.git
cd eslint-snippets
npm install
npm run build

Contribution

Issues and PRs are welcome.

Publish (for commiters)

apm publish follows pushing new commits to master on Travis CI.

Auto publishing is stopped now.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published