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

v6.0.0

Choose a tag to compare

@mysticatea mysticatea released this 28 Aug 11:18
· 53 commits to master since this release
v6.0.0
10d391d

Upgrade ESLint to v3.4.0.

Enabled Rules:

  • func-call-spacing
  • no-global-assign
  • no-tabs
  • no-template-curly-in-string
  • no-unsafe-negation
  • symbol-description
  • class-methods-use-this (as warning)

Enabled Options:

  • no-self-assign - {props: true}
  • spaced-comment - {block: {balanced: true}}
  • valid-typeof - {requireStringLiterals: true}

Disabled Rules:

  • no-native-reassign (deprecated since v3.3.0)
  • no-negated-in-lhs (deprecated since v3.3.0)
  • no-spaced-func (deprecated since v3.3.0)

Changed Globals

  • mysticatea/mocha - Remove some globals of TDD style.