This repository was archived by the owner on Jun 26, 2018. It is now read-only.
v9.0.0
New optional templates
- mysticatea/vue template was added.
New rules
- template-tag-spacing (eslint 3.15.0)
- no-compare-neg-zero (eslint 3.17.0)
- nonblock-statement-body-position (eslint 3.17.0)
- mysticatea/prefer-for-of (eslint-plugin-mysticatea 4.2.0)
Change behaviors
- no-unused-vars went to report all unused parameters. Use the name which starts with
_to ignore parameters. - mysticatea/no-use-ignored-vars went to report the name
_as an ignored variable.