2.0.0 • Published 5 years ago

xhstandard v2.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
5 years ago

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.