Code Review Workflow
How eslint-plugin-vue improved our code reviews

How eslint-plugin-vue improved our code reviews

2/13/2018 · Filipa Lacerda

What this post added

This post details the integration of eslint-plugin-vue into the GitLab codebase to enforce consistent Vue code style. It describes the initial lack of linting tools when Vue was first added, the development of an internal style guide, and the subsequent adoption of the official eslint-plugin-vue once it reached version 4.0.0. The post highlights the effort involved in fixing linting conflicts and the resulting improvement in code review speed and consistency.

Read the original post ↗