1.3.0 - Introducing eslint-plugin-vue
About this Release
eslint-plugin-vue was officially released on Janaury 1st, 2017.
this release will add this plugin by default with a couple of sensible but rather unobstrusive rules. Be sure to check out the docs in the plugin's repo to learn about all the goodness you can bring to your Vue components with the other rules that are available, e.g. the "strongly recommended" rules.
What does that mean for the 'Standard' and 'Airbnb' styles?
In short: nothing. eslint-plugin-vue
does n't have any "code-style" rules about semi-colons or similar things. Rather, it enforces Vue-specific rules only and can happily live alongside either style.
Is some additional config required?
No, everything should just work.
Things we improved
No other improvements in this release despite some typos corrected.
Things we fixed
- When using a sbdirectory as
assetsPublicPath, historyFallback now works correctly again for windows systems as well
(42cd10c)
Internals
We completely switched the CI setup to test this repository (#1218), now using CircleCi v2 to test different installation scenarios in parallel. If you want to introduce a PR that adds a new option to the questionnaire during install, be sure to have a look at /scenarios
to learn how to set tihose up for the tests to pass.