From fb6f4866190bf72364e4559ec064407d53b49e61 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Fri, 16 Oct 2020 17:24:25 +0300 Subject: [PATCH 1/4] mb domain new domain --- domains/mb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mb diff --git a/domains/mb b/domains/mb new file mode 100644 index 000000000..246c7c3e5 --- /dev/null +++ b/domains/mb @@ -0,0 +1,11 @@ +{ + "description": "Michael's personal developer website", + "repo": "https://github.com/mbrav", + "owner": { + "username": "mbrav", + "email": "mbrav@protonmail.com" + }, + "record": { + "CNAME": "mbrav.github.io" + } +} From 3edebbbcb7c31bd484f66681d54ca4956c83d741 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 21 Oct 2020 22:20:08 +0000 Subject: [PATCH 2/4] lsantana.is-a.dev --- domains/lsantana.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lsantana.json diff --git a/domains/lsantana.json b/domains/lsantana.json new file mode 100644 index 000000000..a44bdb993 --- /dev/null +++ b/domains/lsantana.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lsantana486", + "email": "lsantana.486@gmail.com" + }, + "description": "Personal domain for portofolio with my name Luis Santana", + "repo": "https://github.com/lsantana486/lsantana486", + "record": { + "CNAME": "lsantana.dev" + } +} \ No newline at end of file From 96e06e7dcddaba89042e01da1d8317cf7e8ab685 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 22 Oct 2020 16:44:52 +0530 Subject: [PATCH 3/4] Fixes eslint engine issue --- .eslintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 89af53aa3..b35636417 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,6 +24,8 @@ "node/prefer-global/url": ["error", "always"], "node/prefer-promises/dns": "error", "node/prefer-promises/fs": "error", - "no-process-exit": [0] + "no-process-exit": [0], + "node/no-unsupported-features/node-builtins": [0], + "node/no-unsupported-features/es-syntax": [0] } } From 298cc17cb879143820a2b412bbd20f2699bdbbf8 Mon Sep 17 00:00:00 2001 From: Michael Braverman Date: Thu, 22 Oct 2020 15:05:02 +0300 Subject: [PATCH 4/4] Rename mb to mb.json --- domains/{mb => mb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mb => mb.json} (100%) diff --git a/domains/mb b/domains/mb.json similarity index 100% rename from domains/mb rename to domains/mb.json