Skip to content

Commit a7cf452

Browse files
author
AJ ONeal
committed
bugfix: syntax errors and style inconsistent with documentation
1 parent d9aa2fe commit a7cf452

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

.prettierrc.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"printWidth": 1000,
3+
"quoteProps": "preserve",
4+
"semi": false,
5+
"singleQuote": false,
6+
"tabWidth": 2,
7+
"trailingComma": "none",
8+
"overrides": [
9+
{
10+
"files": "records_restricted.js",
11+
"options": {
12+
"tabWidth": 4
13+
}
14+
}
15+
]
16+
}

cnames_active.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ var cnames_active = {
735735
"draft": "D1SC0tech.github.io/draft.js", // noCF? (don´t add this in a new PR)
736736
"drag": "classicoldsong.github.io/Drag.js", // noCF? (don´t add this in a new PR)
737737
"dragio": "alexkratky.github.io/Dragio.js",
738-
"drago": "samolo-h3ll0.github.io/dragojs"
738+
"drago": "samolo-h3ll0.github.io/dragojs",
739739
"dragonizedpizza": "dragonizedpizza.github.io/ImageEditor",
740740
"dragonman225": "dragonman225.github.io",
741741
"draw": "skillzzjesse.github.io/draw",
@@ -1339,7 +1339,7 @@ var cnames_active = {
13391339
"ko": "ko25july.github.io/ko.js.org",
13401340
"ko.mobx": "ko-mobx-js-org.vercel.app", // noCF
13411341
"ko.redux": "deminoth.github.io/redux", // noCF
1342-
"kruto": "planetgurk.github.io/kruto-docs"
1342+
"kruto": "planetgurk.github.io/kruto-docs",
13431343
"koa-rest-api-boilerplate": "posquit0.github.io/koa-rest-api-boilerplate",
13441344
"kobra": "johnsylvain.github.io/kobra",
13451345
"kodadot": "kodadot.github.io",
@@ -2039,7 +2039,7 @@ var cnames_active = {
20392039
"quincy": "quincyx.github.io",
20402040
"quiz-app": "odevlord.github.io/Quiz-App", // noCF? (don´t add this in a new PR)
20412041
"quizizz": "zaida04.github.io/Quizizz.js",
2042-
"quickshadow": "quickshadowjs-web.vercel.app", // noCF
2042+
"quickshadow": "quickshadowjs-web.vercel.app", // noCF
20432043
"quotobot": "team-gigabyte.github.io/quotobot",
20442044
"r": "r-js.github.io",
20452045
"ractive": "ractivejs.github.io",
@@ -2713,7 +2713,7 @@ var cnames_active = {
27132713
"units": "stak-digital.github.io/units",
27142714
"universal-api": "raxjs.github.io/universal-api",
27152715
"unoconv": "blog.ryanwu.me/Unoconv-Promise",
2716-
"unreal": "sprayxe.github.io/unreal.js.org"
2716+
"unreal": "sprayxe.github.io/unreal.js.org",
27172717
"unsafe": "unsafely.github.io/unsafe.js",
27182718
"up": "codefeathers.github.io/up",
27192719
"uppload": "uppload.netlify.com",

ns_active.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
*
77
* Second level NS records makes it possible for subdomain owners to redirect to another DNS provider.
88
* This option has potential security issues (e.g. if you use another DNS provider to add MX records to route your email traffic)
9-
* and is only meant for advanced users.
9+
* and is only meant for advanced users.
1010
*
1111
* You should avoid this option if you only want a JS.ORG subdomain!!!
1212
* FYI: https://github.com/js-org/js.org/issues/2890
1313
*/
14-
15-
var ns_active = {
14+
15+
var ns_active = {
1616
"appshelf": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
1717
"castyte": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
1818
"engine262": ["brad.ns.cloudflare.com", "lia.ns.cloudflare.com"],
19-
"lolifamily": ["glen.ns.cloudflare.com","melany.ns.cloudflare.com"],
19+
"lolifamily": ["glen.ns.cloudflare.com", "melany.ns.cloudflare.com"],
2020
"ruby": ["alexis.ns.cloudflare.com", "connie.ns.cloudflare.com"],
2121
"samplasion": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
2222
"shebang": ["dns1.p01.nsone.net", "dns2.p01.nsone.net", "dns3.p01.nsone.net", "dns4.p01.nsone.net"]
23-
}
23+
}
2424

2525
/*
26-
* The allocation of new ns records is discontinued (at the moment)
27-
*/
26+
* The allocation of new ns records is discontinued (at the moment)
27+
*/

0 commit comments

Comments
 (0)