eslint-snippets

Snippets of all eslint rules available

kamataryo

1,790

1

Bug Reports

0.4.1

MIT

GitHub

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..
  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.