Skip to content

Lint imports, update deps

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 30 Mar 13:20
· 14 commits to vue-2 since this release
3ee5a42

Changes:

  • Updated NW.js to 0.62.3
    • Comes with Chrome 99
    • Comes with Node 17.7.2
  • Updated Vue-CLI to 5.0.4
  • Added in new ESLint rules/plugin for error handling and organizing around imports
  • Updated ESLint rules and plugins (base, jest, vue)
  • Updated @babel/eslint-parser
  • Updated core-js
  • Updated eslint
  • Updated wait-on

All tests remain 100% coverage.

Diffs against previous releases:

Missing features:

  • E2E Testing (accepting PRs)