summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/ci/lints/show/index.js
blob: 8e8a843da0b9068b0cf71dce7335eba89cff9eb9 (plain)
1
2
3
import CILintEditor from '../ci_lint_editor';

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