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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-17 00:24:00 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-17 01:06:09 +0300
commita1480c95eb850520b667b6abecdbb90320122088 (patch)
tree8c5d9e46e474a34965d9980fef1822aecae505bd /.babelrc
parentf7319e139dfcfcd6309ce94cb514ebb58a4b49ad (diff)
Merge all babelrc into one file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/.babelrc b/.babelrc
deleted file mode 100644
index 9da67dbe307..00000000000
--- a/.babelrc
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "presets": [
- [
- "@babel/preset-env",
- {
- "modules": false
- }
- ]
- ]
-}