This repository was archived by the owner on Jun 26, 2018. It is now read-only.
Upgrade ESLint to v4.15.0.
New rules
- all preset now enables the following rules:
function-paren-newlinerule with["consistent"]option.lines-between-class-membersrule.multiline-comment-stylerule with["separate-lines"]option.eslint-comments/no-aggregating-enablerule.
mysticatea/modulespreset now enables the following rules:import/defaultrule.import/exports-lastrule.import/firstrule.import/namedrule.import/newline-after-importrule.import/no-absolute-pathrule.node/no-extraneous-importrule.node/no-missing-importrule.node/no-unpublished-importrule.
Option changes
semirule was changed to["never", { "beforeStatementContinuationChars": "never" }]option.
Changes
"extends": ["mysticatea"]now includes some globals:Intl,clearInterval,clearTimeout,console,setInterval, andsetTimeout. Those were moved from bothmysticatea/nodeandmysticatea/browserpreset because those are common variables."extends": ["mysticatea/vue"]was changed mussively. It now depends on v4.2.0.