Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « new « lints « ci « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e8a843da0b9068b0cf71dce7335eba89cff9eb9 (plain)
1
2
3
import CILintEditor from '../ci_lint_editor';

document.addEventListener('DOMContentLoaded', () => new CILintEditor());