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] } } 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 diff --git a/domains/mb.json b/domains/mb.json new file mode 100644 index 000000000..246c7c3e5 --- /dev/null +++ b/domains/mb.json @@ -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" + } +} diff --git a/domains/rohithill.json b/domains/rohithill.json new file mode 100644 index 000000000..cd4fd2418 --- /dev/null +++ b/domains/rohithill.json @@ -0,0 +1,11 @@ +{ + "description": "I like computers", + "repo": "https://github.com/rohithill/rohithill.github.io", + "owner": { + "username": "rohithill", + "email": "truezeroxy@gmail.com" + }, + "record": { + "CNAME": "rohithill.github.io" + } +}