GitLab開発スタイルガイド
See below the relevant style guides, guidelines, linting, and other information for developing GitLab.
JavaScriptスタイルガイド
We use eslint
to enforce our JavaScript style guides. Our guide is based on
the excellent AirBnB style guide with a few small
changes.
SCSSスタイルガイド
Our SCSS conventions which are enforced through scss-lint
.
HTMLスタイルガイド
Guidelines for writing HTML code consistent with the rest of the codebase.
Vueスタイルガイド
Guidelines and conventions for Vue code may be found within the Vue style guide.