@andreaspizsa/eslint-config
v0.0.1
Published
`standard` based `eslint` config with flexibility for vertical alignment
Maintainers
Readme
An eslint configuration based on standard, allowing for flexible vertical alignment and spacing
Usage
npm i -D @andreaspizsa/eslint-configRules
| Option | | Benefit |
|-------------------|------|--------------------------------------------------|
|curly |off | Concise if etc e.g. if(!x) return |
|func-call-spacing|off | Vertical alignment |
|no-multi-spaces |warn| Vertically aligned requires, var, etc |
|key-spacing |off | Vertically aligned requires, var, etc |
|padded-blocks |off | Vertical spacing |
Copyright © 2017 Andreas Pizsa. MIT license.
