Merge branch 'main' into patch-1

This commit is contained in:
Akshay Nair
2020-10-24 00:42:15 +05:30
committed by GitHub
4 changed files with 36 additions and 1 deletions
+3 -1
View File
@@ -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]
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}