mirror of
https://github.com/SrIzan10/js.org.git
synced 2026-05-01 10:45:28 +00:00
bugfix: syntax errors and style inconsistent with documentation
This commit is contained in:
16
.prettierrc.json
Normal file
16
.prettierrc.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"printWidth": 1000,
|
||||
"quoteProps": "preserve",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "records_restricted.js",
|
||||
"options": {
|
||||
"tabWidth": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -735,7 +735,7 @@ var cnames_active = {
|
||||
"draft": "D1SC0tech.github.io/draft.js", // noCF? (don´t add this in a new PR)
|
||||
"drag": "classicoldsong.github.io/Drag.js", // noCF? (don´t add this in a new PR)
|
||||
"dragio": "alexkratky.github.io/Dragio.js",
|
||||
"drago": "samolo-h3ll0.github.io/dragojs"
|
||||
"drago": "samolo-h3ll0.github.io/dragojs",
|
||||
"dragonizedpizza": "dragonizedpizza.github.io/ImageEditor",
|
||||
"dragonman225": "dragonman225.github.io",
|
||||
"draw": "skillzzjesse.github.io/draw",
|
||||
@@ -1339,7 +1339,7 @@ var cnames_active = {
|
||||
"ko": "ko25july.github.io/ko.js.org",
|
||||
"ko.mobx": "ko-mobx-js-org.vercel.app", // noCF
|
||||
"ko.redux": "deminoth.github.io/redux", // noCF
|
||||
"kruto": "planetgurk.github.io/kruto-docs"
|
||||
"kruto": "planetgurk.github.io/kruto-docs",
|
||||
"koa-rest-api-boilerplate": "posquit0.github.io/koa-rest-api-boilerplate",
|
||||
"kobra": "johnsylvain.github.io/kobra",
|
||||
"kodadot": "kodadot.github.io",
|
||||
@@ -2039,7 +2039,7 @@ var cnames_active = {
|
||||
"quincy": "quincyx.github.io",
|
||||
"quiz-app": "odevlord.github.io/Quiz-App", // noCF? (don´t add this in a new PR)
|
||||
"quizizz": "zaida04.github.io/Quizizz.js",
|
||||
"quickshadow": "quickshadowjs-web.vercel.app", // noCF
|
||||
"quickshadow": "quickshadowjs-web.vercel.app", // noCF
|
||||
"quotobot": "team-gigabyte.github.io/quotobot",
|
||||
"r": "r-js.github.io",
|
||||
"ractive": "ractivejs.github.io",
|
||||
@@ -2713,7 +2713,7 @@ var cnames_active = {
|
||||
"units": "stak-digital.github.io/units",
|
||||
"universal-api": "raxjs.github.io/universal-api",
|
||||
"unoconv": "blog.ryanwu.me/Unoconv-Promise",
|
||||
"unreal": "sprayxe.github.io/unreal.js.org"
|
||||
"unreal": "sprayxe.github.io/unreal.js.org",
|
||||
"unsafe": "unsafely.github.io/unsafe.js",
|
||||
"up": "codefeathers.github.io/up",
|
||||
"uppload": "uppload.netlify.com",
|
||||
|
||||
14
ns_active.js
14
ns_active.js
@@ -6,22 +6,22 @@
|
||||
*
|
||||
* Second level NS records makes it possible for subdomain owners to redirect to another DNS provider.
|
||||
* This option has potential security issues (e.g. if you use another DNS provider to add MX records to route your email traffic)
|
||||
* and is only meant for advanced users.
|
||||
* and is only meant for advanced users.
|
||||
*
|
||||
* You should avoid this option if you only want a JS.ORG subdomain!!!
|
||||
* FYI: https://github.com/js-org/js.org/issues/2890
|
||||
*/
|
||||
|
||||
var ns_active = {
|
||||
|
||||
var ns_active = {
|
||||
"appshelf": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
|
||||
"castyte": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
|
||||
"engine262": ["brad.ns.cloudflare.com", "lia.ns.cloudflare.com"],
|
||||
"lolifamily": ["glen.ns.cloudflare.com","melany.ns.cloudflare.com"],
|
||||
"lolifamily": ["glen.ns.cloudflare.com", "melany.ns.cloudflare.com"],
|
||||
"ruby": ["alexis.ns.cloudflare.com", "connie.ns.cloudflare.com"],
|
||||
"samplasion": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
|
||||
"shebang": ["dns1.p01.nsone.net", "dns2.p01.nsone.net", "dns3.p01.nsone.net", "dns4.p01.nsone.net"]
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* The allocation of new ns records is discontinued (at the moment)
|
||||
*/
|
||||
* The allocation of new ns records is discontinued (at the moment)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user