diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 00000000000..477cf70660c --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,16 @@ +{ + "printWidth": 1000, + "quoteProps": "preserve", + "semi": false, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "none", + "overrides": [ + { + "files": "records_restricted.js", + "options": { + "tabWidth": 4 + } + } + ] +} diff --git a/cnames_active.js b/cnames_active.js index 142e23ff833..c26a1c26dc7 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -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", diff --git a/ns_active.js b/ns_active.js index b00bbc07f3a..71bbfdd3d0b 100644 --- a/ns_active.js +++ b/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) + */