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

v13.0.0

Latest

Choose a tag to compare

@mysticatea mysticatea released this 15 Jan 11:22
· 6 commits to master since this release
v13.0.0
da4b032

Upgrade ESLint to v4.15.0.

New rules

  • all preset now enables the following rules:
    • function-paren-newline rule with ["consistent"] option.
    • lines-between-class-members rule.
    • multiline-comment-style rule with ["separate-lines"] option.
    • eslint-comments/no-aggregating-enable rule.
  • mysticatea/modules preset now enables the following rules:
    • import/default rule.
    • import/exports-last rule.
    • import/first rule.
    • import/named rule.
    • import/newline-after-import rule.
    • import/no-absolute-path rule.
    • node/no-extraneous-import rule.
    • node/no-missing-import rule.
    • node/no-unpublished-import rule.

Option changes

  • semi rule was changed to ["never", { "beforeStatementContinuationChars": "never" }] option.

Changes

  • "extends": ["mysticatea"] now includes some globals: Intl, clearInterval, clearTimeout, console, setInterval, and setTimeout. Those were moved from both mysticatea/node and mysticatea/browser preset because those are common variables.
  • "extends": ["mysticatea/vue"] was changed mussively. It now depends on v4.2.0.