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

.babelrc - github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a97ca332cbc6eee31500226dc2bed1b8784d63bd (plain)
1
2
3
4
5
6
7
8
9
10
{
  "presets": [
    [
      "es2015",
      {
        "modules": false
      }
    ]
  ]
}