Skip to content

Files

Latest commit

 

History

History
16 lines (13 loc) · 636 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 636 Bytes

eslint-config-vue

Eslint Shared Config for Vue based on AirBnB Styleguide

Changelog

  • 2.5.1 — Turned off rule "vue/multi-word-component-names"
  • 2.5.0 — Moved to eslint@8, eslint-plugin-vue@9, eslint-config-airbnb-base@15
  • 2.4.1 — Fixed annoying error about range by turning off a couple of rules
  • 2.4.0 — Parser changed from babel-eslint to @babel/eslint-parser
  • 2.3.0 — Moved to eslint-plugin-vue@next
  • 2.2.0 — Moved to ESLint 7
  • 2.1.0 — Updated dependencies
  • 2.0.1 — Removed parser-options from config
  • 2.0.0 — Upgrade to babel-eslint 11, eslint 6 (as peerDependency)
  • 1.1.0 — Moved to ESLint 6