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

v4.0.0

Choose a tag to compare

@mysticatea mysticatea released this 28 Aug 11:33
· 63 commits to master since this release
v4.0.0
ea5b0a6

Upgrade ESLint to v2.11.1.

Also, I changed my style to semicolon-less and comma-dangling.

Enabled Rules:

  • no-prototype-builtins
  • no-useless-rename
  • unicode-bom

In mysticatea/node preset:

  • node/no-deprecated-api
  • node/process-exit-as-throw

Changed Rules:

  • comma-dangle - changed to "always-multiline"
  • semi - changed to "never"

Removed Preset:

  • mysticatea/react (this has been not maintained)