Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.2 KB

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 [email protected]: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.