xhstandard
v2.0.0
Published
All the goodness of `Flet/semistandard` with little twists.
Downloads
5
Maintainers
Readme
Xiaohu eslint rule standard
Wired space before function parentheses
All the goodness of Flet/semistandard with space removed before function parentheses.
Install
npm install xhstandard
Rules
Importantly:
"space-before-function-paren": ["error", { "anonymous": "never", "named": "never", "asyncArrow": "always"}]
- Check Flet/semistandard for the rest of the rules.