Snippets of all the ESLint rules and its comment syntax for Atom editor.
Run the following command:
apm install eslint-snippets
Alternatively go to Atom > Preferences > Packages
and search for eslint-snippets
.
The snippets are available on *.js
, *.jsx
or *.json
.
- Try to type..
- rule names completions: try to type like
no-console
- syntax snippets: try to type like
eslint-disable
oreslint-disable-next-line
- You can see the suggests
git clone git@github.com:kamataryo/eslint-snippets.git
cd eslint-snippets
npm install
npm run build
Issues and PRs are welcome.
apm publish
follows pushing new commits to master on Travis CI.
Auto publishing is stopped now.