@metalab/generator-eslint
v0.3.3
Published
Setup eslint for your project.
Downloads
5
Readme
generator-eslint
Build out the eslint configuration you've always dreamed of.
npm install -g @metalab/generator-eslint
yo @metalab/eslint
Generators:
- app - Setup your project the default way.
- babel - Use babel for parsing.
- best-practices – Derp.
- docs - Lint JSDoc.
- errors – Herp.
- filenames - Lint filenames.
- imports - Enforce
import
/export
syntax. - modern – ES6/7/2015/etc. rules.
- node –
node
-specific rules. - react - Lint react components.
- style - Stylistic guidelines.