Skip to content
This repository was archived by the owner on Jun 26, 2018. It is now read-only.

v8.0.0

Choose a tag to compare

@mysticatea mysticatea released this 25 Jan 07:17
· 44 commits to master since this release
v8.0.0
838d2cf

Upgrade dependencies

  • eslint 3.14.0
  • eslint-plugin-eslint-comments 1.0.0
  • eslint-plugin-mysticatea 4.1.0
  • eslint-plugin-node 3.0.5

New rules

  • Enabled no-multi-assign
  • Enabled no-return-await
  • Enabled no-useless-return
  • Enabled prefer-promise-reject-errors
  • Enabled require-await

New options

  • Enabled avoidExplicitReturnArrow option of object-shorthand
  • Enabled require.ArrowFunctionExpression option of require-jsdoc
  • Enabled asyncArrow option of space-before-function-paren