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

index.js « json « schemas « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 900d5442bec3fc69e97873b9c46086e869826041 (plain)
1
2
3
4
5
6
7
8
export default {
  language: 'json',
  options: {
    validate: true,
    enableSchemaRequest: true,
    schemas: [],
  },
};