This repository was archived by the owner on Jun 26, 2018. It is now read-only.
v4.0.0
Upgrade ESLint to v2.11.1.
Also, I changed my style to semicolon-less and comma-dangling.
Enabled Rules:
no-prototype-builtinsno-useless-renameunicode-bom
In mysticatea/node preset:
node/no-deprecated-apinode/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)