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
.
no-console
eslint-disable
or eslint-disable-next-line
git clone git@github.com:kamataryo/eslint-snippets.gitcd eslint-snippetsnpm installnpm run build
Issues and PRs are welcome.
apm publish
follows pushing new commits to master on Travis CI.
Auto publishing is stopped now.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.