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

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

export default () => new CILintEditor();