{
	"http://jscs.info/rule/disallowanonymousfunctions": "https://goo.gl/nY6eMG",
	"http://jscs.info/rule/disallowarraydestructuringreturn": "https://goo.gl/dDyTrh",
	"http://jscs.info/rule/disallowarrowfunctions": "https://goo.gl/ix8L4E",
	"http://jscs.info/rule/disallowcapitalizedcomments": "https://goo.gl/g2UxNW",
	"http://jscs.info/rule/disallowcommabeforelinebreak": "https://goo.gl/2A6qyc",
	"http://jscs.info/rule/disallowcurlybraces": "https://goo.gl/V4RFQ1",
	"http://jscs.info/rule/disallowdanglingunderscores": "https://goo.gl/UYPdBR",
	"http://jscs.info/rule/disallowemptyblocks": "https://goo.gl/Utm6FH",
	"http://jscs.info/rule/disallowfunctiondeclarations": "https://goo.gl/syB3zA",
	"http://jscs.info/rule/disallowidenticaldestructuringnames": "https://goo.gl/QLFqmF",
	"http://jscs.info/rule/disallowidentifiernames": "https://goo.gl/QXm7Yu",
	"http://jscs.info/rule/disallowimplicittypeconversion": "https://goo.gl/xEW2pK",
	"http://jscs.info/rule/disallowkeywords": "https://goo.gl/gNQXEQ",
	"http://jscs.info/rule/disallowkeywordsincomments": "https://goo.gl/Jj6bqT",
	"http://jscs.info/rule/disallowkeywordsonnewline": "https://goo.gl/K1a5S6",
	"http://jscs.info/rule/disallowmixedspacesandtabs": "https://goo.gl/6kyJhK",
	"http://jscs.info/rule/disallowmultilineternary": "https://goo.gl/oUv77T",
	"http://jscs.info/rule/disallowmultiplelinebreaks": "https://goo.gl/fYqNWa",
	"http://jscs.info/rule/disallowmultiplelinestrings": "https://goo.gl/LEVnyH",
	"http://jscs.info/rule/disallowmultiplespaces": "https://goo.gl/C9yCA8",
	"http://jscs.info/rule/disallowmultiplevardecl": "https://goo.gl/m4FDkN",
	"http://jscs.info/rule/disallownamedunassignedfunctions": "https://goo.gl/9uwzFN",
	"http://jscs.info/rule/disallownestedternaries": "https://goo.gl/nVvSpK",
	"http://jscs.info/rule/disallownewlinebeforeblockstatements": "https://goo.gl/uwaHiL",
	"http://jscs.info/rule/disallownodetypes": "https://goo.gl/YCWAu6",
	"http://jscs.info/rule/disallownotoperatorsinconditionals": "https://goo.gl/XnQqrs",
	"http://jscs.info/rule/disallowobjectkeysonnewline": "https://goo.gl/cVE4bx",
	"http://jscs.info/rule/disallowoperatorbeforelinebreak": "https://goo.gl/wiw6CR",
	"http://jscs.info/rule/disallowpaddingnewlinesafterblocks": "https://goo.gl/snHwoX",
	"http://jscs.info/rule/disallowpaddingnewlinesafterusestrict": "https://goo.gl/dxKtD1",
	"http://jscs.info/rule/disallowpaddingnewlinesbeforeexport": "https://goo.gl/SB7zna",
	"http://jscs.info/rule/disallowpaddingnewlinesbeforekeywords": "https://goo.gl/sUpGkZ",
	"http://jscs.info/rule/disallowpaddingnewlinesbeforelinecomments": "https://goo.gl/jTLb4L",
	"http://jscs.info/rule/disallowpaddingnewlinesinblocks": "https://goo.gl/Y3UBGk",
	"http://jscs.info/rule/disallowpaddingnewlinesinobjects": "https://goo.gl/KYa8R3",
	"http://jscs.info/rule/disallowparenthesesaroundarrowparam": "https://goo.gl/Az3SHr",
	"http://jscs.info/rule/disallowquotedkeysinobjects": "https://goo.gl/a66TyC",
	"http://jscs.info/rule/disallowsemicolons": "https://goo.gl/bcKBzv",
	"http://jscs.info/rule/disallowshorthandarrowfunctions": "https://goo.gl/H8gvg3",
	"http://jscs.info/rule/disallowspaceafterbinaryoperators": "https://goo.gl/rFouCF",
	"http://jscs.info/rule/disallowspaceaftercomma": "https://goo.gl/KAmT2g",
	"http://jscs.info/rule/disallowspaceafterkeywords": "https://goo.gl/n1N9Pu",
	"http://jscs.info/rule/disallowspaceafterlinecomment": "https://goo.gl/v4eVpW",
	"http://jscs.info/rule/disallowspaceafterobjectkeys": "https://goo.gl/pCxVba",
	"http://jscs.info/rule/disallowspaceafterprefixunaryoperators": "https://goo.gl/zfG2EE",
	"http://jscs.info/rule/disallowspacebeforebinaryoperators": "https://goo.gl/GwKc8j",
	"http://jscs.info/rule/disallowspacebeforeblockstatements": "https://goo.gl/6yNcgm",
	"http://jscs.info/rule/disallowspacebeforecomma": "https://goo.gl/VHH5nX",
	"http://jscs.info/rule/disallowspacebeforekeywords": "https://goo.gl/tMNeCD",
	"http://jscs.info/rule/disallowspacebeforeobjectvalues": "https://goo.gl/vhh4mF",
	"http://jscs.info/rule/disallowspacebeforepostfixunaryoperators": "https://goo.gl/efYJFe",
	"http://jscs.info/rule/disallowspacebeforesemicolon": "https://goo.gl/UqKok4",
	"http://jscs.info/rule/disallowspacebetweenarguments": "https://goo.gl/JQRHAR",
	"http://jscs.info/rule/disallowspacesinanonymousfunctionexpression": "https://goo.gl/y2Eeqe",
	"http://jscs.info/rule/disallowspacesincallexpression": "https://goo.gl/UA4pn9",
	"http://jscs.info/rule/disallowspacesinconditionalexpression": "https://goo.gl/7RZy42",
	"http://jscs.info/rule/disallowspacesinforstatement": "https://goo.gl/5W519o",
	"http://jscs.info/rule/disallowspacesinfunction": "https://goo.gl/g5Kmjk",
	"http://jscs.info/rule/disallowspacesinfunctiondeclaration": "https://goo.gl/dfEUkL",
	"http://jscs.info/rule/disallowspacesinfunctionexpression": "https://goo.gl/8w9Njz",
	"http://jscs.info/rule/disallowspacesingenerator": "https://goo.gl/YP5cqr",
	"http://jscs.info/rule/disallowspacesinnamedfunctionexpression": "https://goo.gl/JSTzCT",
	"http://jscs.info/rule/disallowspacesinsidearraybrackets": "https://goo.gl/AgTgEg",
	"http://jscs.info/rule/disallowspacesinsidearraybrackets.html": "https://goo.gl/uBygJj",
	"http://jscs.info/rule/disallowspacesinsidebrackets": "https://goo.gl/QSkrCJ",
	"http://jscs.info/rule/disallowspacesinsidebrackets.html": "https://goo.gl/EKryrR",
	"http://jscs.info/rule/disallowspacesinsideimportedobjectbraces": "https://goo.gl/9CKfuU",
	"http://jscs.info/rule/disallowspacesinsideobjectbrackets": "https://goo.gl/Xqj46W",
	"http://jscs.info/rule/disallowspacesinsideparentheses": "https://goo.gl/xWtMxX",
	"http://jscs.info/rule/disallowspacesinsideparenthesizedexpression": "https://goo.gl/xe8qJe",
	"http://jscs.info/rule/disallowspacesinsidetemplatestringplaceholders": "https://goo.gl/BzAhFM",
	"http://jscs.info/rule/disallowtabs": "https://goo.gl/V2hA3t",
	"http://jscs.info/rule/disallowtrailingcomma": "https://goo.gl/X7JCXn",
	"http://jscs.info/rule/disallowtrailingwhitespace": "https://goo.gl/WsxhfH",
	"http://jscs.info/rule/disallowunusedparams": "https://goo.gl/h3pxCH",
	"http://jscs.info/rule/disallowunusedvariables": "https://goo.gl/ESgjTQ",
	"http://jscs.info/rule/disallowvar": "https://goo.gl/87FfXE",
	"http://jscs.info/rule/disallowyodaconditions": "https://goo.gl/gsxLj1",
	"http://jscs.info/rule/jsdoc": "https://goo.gl/6WUnJe",
	"http://jscs.info/rule/maximumlinelength": "https://goo.gl/VTTaqc",
	"http://jscs.info/rule/maximumnumberoflines": "https://goo.gl/GNX5HF",
	"http://jscs.info/rule/requirealignedmultilineparams": "https://goo.gl/ZXzvM4",
	"http://jscs.info/rule/requirealignedobjectvalues": "https://goo.gl/984kLz",
	"http://jscs.info/rule/requireanonymousfunctions": "https://goo.gl/j3TWZ3",
	"http://jscs.info/rule/requirearraydestructuring": "https://goo.gl/aZaD5X",
	"http://jscs.info/rule/requirearrowfunctions": "https://goo.gl/UHxety",
	"http://jscs.info/rule/requireblocksonnewline": "https://goo.gl/rEt2a9",
	"http://jscs.info/rule/requirecamelcaseoruppercaseidentifiers": "https://goo.gl/iBHNr6",
	"http://jscs.info/rule/requirecapitalizedcomments": "https://goo.gl/sGoGHK",
	"http://jscs.info/rule/requirecapitalizedconstructors": "https://goo.gl/b8bnN6",
	"http://jscs.info/rule/requirecapitalizedconstructorsnew": "https://goo.gl/ACHVJc",
	"http://jscs.info/rule/requirecommabeforelinebreak": "https://goo.gl/GBxFYH",
	"http://jscs.info/rule/requirecurlybraces": "https://goo.gl/R5xT6s",
	"http://jscs.info/rule/requiredollarbeforejqueryassignment": "https://goo.gl/9TzNwa",
	"http://jscs.info/rule/requiredotnotation": "https://goo.gl/4t6FeB",
	"http://jscs.info/rule/requireearlyreturn": "https://goo.gl/9kZ6Bq",
	"http://jscs.info/rule/requireenhancedobjectliterals": "https://goo.gl/b92yPe",
	"http://jscs.info/rule/requirefunctiondeclarations": "https://goo.gl/hhUYBN",
	"http://jscs.info/rule/requireimportalphabetized": "https://goo.gl/rzhVCp",
	"http://jscs.info/rule/requireimportsalphabetized": "https://goo.gl/fChWAk",
	"http://jscs.info/rule/requirekeywordsonnewline": "https://goo.gl/Ny4pjm",
	"http://jscs.info/rule/requirelinebreakaftervariableassignment": "https://goo.gl/7GdJpu",
	"http://jscs.info/rule/requirelinefeedatfileend": "https://goo.gl/3FTnJv",
	"http://jscs.info/rule/requirematchingfunctionname": "https://goo.gl/AsM6iZ",
	"http://jscs.info/rule/requiremultilineternary": "https://goo.gl/4ZvHTK",
	"http://jscs.info/rule/requiremultiplevardecl": "https://goo.gl/Z35DcN",
	"http://jscs.info/rule/requirenamedunassignedfunctions": "https://goo.gl/BkjVZe",
	"http://jscs.info/rule/requirenewlinebeforeblockstatements": "https://goo.gl/B6JcWk",
	"http://jscs.info/rule/requirenewlinebeforesinglestatementsinif": "https://goo.gl/R6Co4v",
	"http://jscs.info/rule/requirenumericliterals": "https://goo.gl/1bqqJ8",
	"http://jscs.info/rule/requireobjectdestructuring": "https://goo.gl/U6e9Hm",
	"http://jscs.info/rule/requireobjectkeysonnewline": "https://goo.gl/KonurC",
	"http://jscs.info/rule/requireoperatorbeforelinebreak": "https://goo.gl/2Tx5h2",
	"http://jscs.info/rule/requirepaddingnewlineaftervariabledeclaration": "https://goo.gl/WkLpmM",
	"http://jscs.info/rule/requirepaddingnewlinesafterblocks": "https://goo.gl/mV9cKb",
	"http://jscs.info/rule/requirepaddingnewlinesafterusestrict": "https://goo.gl/KXQdGC",
	"http://jscs.info/rule/requirepaddingnewlinesbeforeexport": "https://goo.gl/ovz2cG",
	"http://jscs.info/rule/requirepaddingnewlinesbeforekeywords": "https://goo.gl/Nuy6LE",
	"http://jscs.info/rule/requirepaddingnewlinesbeforelinecomments": "https://goo.gl/YoxHLv",
	"http://jscs.info/rule/requirepaddingnewlinesinblocks": "https://goo.gl/sBu5sK",
	"http://jscs.info/rule/requirepaddingnewlinesinobjects": "https://goo.gl/ySWCnM",
	"http://jscs.info/rule/requireparenthesesaroundarrowparam": "https://goo.gl/o2kCVB",
	"http://jscs.info/rule/requireparenthesesaroundiife": "https://goo.gl/4LEqdd",
	"http://jscs.info/rule/requirequotedkeysinobjects": "https://goo.gl/85bwi3",
	"http://jscs.info/rule/requiresemicolons": "https://goo.gl/M7JUpN",
	"http://jscs.info/rule/requireshorthandarrowfunctions": "https://goo.gl/d3e1ca",
	"http://jscs.info/rule/requirespaceafterbinaryoperators": "https://goo.gl/2DySLc",
	"http://jscs.info/rule/requirespaceaftercomma": "https://goo.gl/UKdshM",
	"http://jscs.info/rule/requirespaceafterkeywords": "https://goo.gl/jF2Tc8",
	"http://jscs.info/rule/requirespaceafterlinecomment": "https://goo.gl/wuM3MG",
	"http://jscs.info/rule/requirespaceafterobjectkeys": "https://goo.gl/Mj7Tpz",
	"http://jscs.info/rule/requirespaceafterprefixunaryoperators": "https://goo.gl/dwivoq",
	"http://jscs.info/rule/requirespacebeforebinaryoperators": "https://goo.gl/rDbmjp",
	"http://jscs.info/rule/requirespacebeforeblockstatements": "https://goo.gl/vyS44W",
	"http://jscs.info/rule/requirespacebeforecomma": "https://goo.gl/jhSQqF",
	"http://jscs.info/rule/requirespacebeforedestructuredvalues": "https://goo.gl/hqgGkj",
	"http://jscs.info/rule/requirespacebeforekeywords": "https://goo.gl/1PyYXH",
	"http://jscs.info/rule/requirespacebeforeobjectvalues": "https://goo.gl/G6sUPm",
	"http://jscs.info/rule/requirespacebeforepostfixunaryoperators": "https://goo.gl/qwGkc2",
	"http://jscs.info/rule/requirespacebetweenarguments": "https://goo.gl/wUvKjp",
	"http://jscs.info/rule/requirespacesinanonymousfunctionexpression": "https://goo.gl/9PxSnM",
	"http://jscs.info/rule/requirespacesincallexpression": "https://goo.gl/NiYc8w",
	"http://jscs.info/rule/requirespacesinconditionalexpression": "https://goo.gl/8vPdkM",
	"http://jscs.info/rule/requirespacesinforstatement": "https://goo.gl/G729JH",
	"http://jscs.info/rule/requirespacesinfunction": "https://goo.gl/ou4vNB",
	"http://jscs.info/rule/requirespacesinfunctiondeclaration": "https://goo.gl/2ov5Sj",
	"http://jscs.info/rule/requirespacesinfunctionexpression": "https://goo.gl/NVnW6E",
	"http://jscs.info/rule/requirespacesingenerator": "https://goo.gl/AduXcX",
	"http://jscs.info/rule/requirespacesinnamedfunctionexpression": "https://goo.gl/4bxLnD",
	"http://jscs.info/rule/requirespacesinsidearraybrackets": "https://goo.gl/k2GdSC",
	"http://jscs.info/rule/requirespacesinsidearraybrackets.html": "https://goo.gl/nhvVZs",
	"http://jscs.info/rule/requirespacesinsidebrackets": "https://goo.gl/1f6L2v",
	"http://jscs.info/rule/requirespacesinsidebrackets.html": "https://goo.gl/XoD5c6",
	"http://jscs.info/rule/requirespacesinsideimportedobjectbraces": "https://goo.gl/Znjb87",
	"http://jscs.info/rule/requirespacesinsideobjectbrackets": "https://goo.gl/pZBaVn",
	"http://jscs.info/rule/requirespacesinsideparentheses": "https://goo.gl/e7yxoJ",
	"http://jscs.info/rule/requirespacesinsideparenthesizedexpression": "https://goo.gl/3xnnrD",
	"http://jscs.info/rule/requirespread": "https://goo.gl/7aygKQ",
	"http://jscs.info/rule/requiretemplatestrings": "https://goo.gl/Ak3SXg",
	"http://jscs.info/rule/requiretrailingcomma": "https://goo.gl/r4zvor",
	"http://jscs.info/rule/requireusestrict": "https://goo.gl/Kd7H8V",
	"http://jscs.info/rule/requirevardeclfirst": "https://goo.gl/zgE3Qg",
	"http://jscs.info/rule/requireyodaconditions": "https://goo.gl/A6Vfj6",
	"http://jscs.info/rule/safecontextkeyword": "https://goo.gl/gPK4xK",
	"http://jscs.info/rule/validatealignedfunctionparameters": "https://goo.gl/UoA1oj",
	"http://jscs.info/rule/validatecommentposition": "https://goo.gl/haQydE",
	"http://jscs.info/rule/validateindentation": "https://goo.gl/ism97B",
	"http://jscs.info/rule/validatelinebreaks": "https://goo.gl/BENC63",
	"http://jscs.info/rule/validatenewlineafterarrayelements": "https://goo.gl/oGo6Sm",
	"http://jscs.info/rule/validateorderinobjectkeys": "https://goo.gl/awRGmF",
	"http://jscs.info/rule/validateparameterseparator": "https://goo.gl/fsC3cQ",
	"http://jscs.info/rule/validatequotemarks": "https://goo.gl/ANKpFh",
	"https://cn.eslint.org/docs/rules/accessor-pairs": "https://goo.gl/zNSKkQ",
	"https://cn.eslint.org/docs/rules/array-bracket-newline": "https://goo.gl/W36GJw",
	"https://cn.eslint.org/docs/rules/array-bracket-spacing": "https://goo.gl/224A3t",
	"https://cn.eslint.org/docs/rules/array-callback-return": "https://goo.gl/TTc3qM",
	"https://cn.eslint.org/docs/rules/array-element-newline": "https://goo.gl/ULGdAe",
	"https://cn.eslint.org/docs/rules/arrow-body-style": "https://goo.gl/d3wxJH",
	"https://cn.eslint.org/docs/rules/arrow-parens": "https://goo.gl/ZXhXrq",
	"https://cn.eslint.org/docs/rules/arrow-spacing": "https://goo.gl/o7Q4UP",
	"https://cn.eslint.org/docs/rules/block-scoped-var": "https://goo.gl/TaeV9V",
	"https://cn.eslint.org/docs/rules/block-spacing": "https://goo.gl/a6zwQy",
	"https://cn.eslint.org/docs/rules/brace-style": "https://goo.gl/LV63MS",
	"https://cn.eslint.org/docs/rules/callback-return": "https://goo.gl/Jfkao5",
	"https://cn.eslint.org/docs/rules/camelcase": "https://goo.gl/iXXiYd",
	"https://cn.eslint.org/docs/rules/capitalized-comments": "https://goo.gl/m5WtLr",
	"https://cn.eslint.org/docs/rules/class-methods-use-this": "https://goo.gl/VeJmKY",
	"https://cn.eslint.org/docs/rules/comma-dangle": "https://goo.gl/S7p3Qy",
	"https://cn.eslint.org/docs/rules/comma-spacing": "https://goo.gl/kXHz1P",
	"https://cn.eslint.org/docs/rules/comma-style": "https://goo.gl/LXCiEQ",
	"https://cn.eslint.org/docs/rules/complexity": "https://goo.gl/2ffjLB",
	"https://cn.eslint.org/docs/rules/computed-property-spacing": "https://goo.gl/VXS9rs",
	"https://cn.eslint.org/docs/rules/consistent-return": "https://goo.gl/qkRYJS",
	"https://cn.eslint.org/docs/rules/consistent-this": "https://goo.gl/ekLx6X",
	"https://cn.eslint.org/docs/rules/constructor-super": "https://goo.gl/s33TbU",
	"https://cn.eslint.org/docs/rules/curly": "https://goo.gl/Ush9xz",
	"https://cn.eslint.org/docs/rules/default-case": "https://goo.gl/baXbrk",
	"https://cn.eslint.org/docs/rules/dot-location": "https://goo.gl/Z2FRJT",
	"https://cn.eslint.org/docs/rules/dot-notation": "https://goo.gl/7Lny7D",
	"https://cn.eslint.org/docs/rules/eol-last": "https://goo.gl/rXnRJW",
	"https://cn.eslint.org/docs/rules/eqeqeq": "https://goo.gl/GV2NLq",
	"https://cn.eslint.org/docs/rules/for-direction": "https://goo.gl/Jj9QnX",
	"https://cn.eslint.org/docs/rules/func-call-spacing": "https://goo.gl/W6swiY",
	"https://cn.eslint.org/docs/rules/func-name-matching": "https://goo.gl/Ayujbm",
	"https://cn.eslint.org/docs/rules/func-names": "https://goo.gl/4NS5mJ",
	"https://cn.eslint.org/docs/rules/func-style": "https://goo.gl/42v41k",
	"https://cn.eslint.org/docs/rules/function-paren-newline": "https://goo.gl/X89Qrr",
	"https://cn.eslint.org/docs/rules/generator-star": "https://goo.gl/A83cfp",
	"https://cn.eslint.org/docs/rules/generator-star-spacing": "https://goo.gl/r3ht6P",
	"https://cn.eslint.org/docs/rules/getter-return": "https://goo.gl/cck7ZN",
	"https://cn.eslint.org/docs/rules/global-require": "https://goo.gl/cZy33i",
	"https://cn.eslint.org/docs/rules/global-strict": "https://goo.gl/TC2PBt",
	"https://cn.eslint.org/docs/rules/guard-for-in": "https://goo.gl/d32VXq",
	"https://cn.eslint.org/docs/rules/handle-callback-err": "https://goo.gl/M5RpBq",
	"https://cn.eslint.org/docs/rules/id-blacklist": "https://goo.gl/xZEMbZ",
	"https://cn.eslint.org/docs/rules/id-length": "https://goo.gl/doj1V5",
	"https://cn.eslint.org/docs/rules/id-match": "https://goo.gl/a2Ed9U",
	"https://cn.eslint.org/docs/rules/implicit-arrow-linebreak": "https://goo.gl/bTBqjv",
	"https://cn.eslint.org/docs/rules/indent": "https://goo.gl/vb6iMG",
	"https://cn.eslint.org/docs/rules/indent-legacy": "https://goo.gl/aPNy2p",
	"https://cn.eslint.org/docs/rules/init-declarations": "https://goo.gl/qNn3a5",
	"https://cn.eslint.org/docs/rules/jsx-quotes": "https://goo.gl/cPrQRt",
	"https://cn.eslint.org/docs/rules/key-spacing": "https://goo.gl/X4WfLh",
	"https://cn.eslint.org/docs/rules/keyword-spacing": "https://goo.gl/mLvS4W",
	"https://cn.eslint.org/docs/rules/line-comment-position": "https://goo.gl/mmxD3R",
	"https://cn.eslint.org/docs/rules/linebreak-style": "https://goo.gl/iGJ9Q4",
	"https://cn.eslint.org/docs/rules/lines-around-comment": "https://goo.gl/5VGNqT",
	"https://cn.eslint.org/docs/rules/lines-around-directive": "https://goo.gl/RGnsyb",
	"https://cn.eslint.org/docs/rules/lines-between-class-members": "https://goo.gl/8oZ5HM",
	"https://cn.eslint.org/docs/rules/max-classes-per-file": "https://goo.gl/mDAcc4",
	"https://cn.eslint.org/docs/rules/max-depth": "https://goo.gl/wthTRC",
	"https://cn.eslint.org/docs/rules/max-len": "https://goo.gl/wtQhFB",
	"https://cn.eslint.org/docs/rules/max-lines": "https://goo.gl/DHxPFH",
	"https://cn.eslint.org/docs/rules/max-lines-per-function": "https://goo.gl/5Cr9Vo",
	"https://cn.eslint.org/docs/rules/max-nested-callbacks": "https://goo.gl/TgTYkJ",
	"https://cn.eslint.org/docs/rules/max-params": "https://goo.gl/26a5bv",
	"https://cn.eslint.org/docs/rules/max-statements": "https://goo.gl/pSLfb2",
	"https://cn.eslint.org/docs/rules/max-statements-per-line": "https://goo.gl/Td7PSW",
	"https://cn.eslint.org/docs/rules/multiline-comment-style": "https://goo.gl/9SpkTA",
	"https://cn.eslint.org/docs/rules/multiline-ternary": "https://goo.gl/gpumt3",
	"https://cn.eslint.org/docs/rules/new-cap": "https://goo.gl/QRoSbV",
	"https://cn.eslint.org/docs/rules/new-parens": "https://goo.gl/cCNbqD",
	"https://cn.eslint.org/docs/rules/newline-after-var": "https://goo.gl/Qo9WpW",
	"https://cn.eslint.org/docs/rules/newline-before-return": "https://goo.gl/tqzqTP",
	"https://cn.eslint.org/docs/rules/newline-per-chained-call": "https://goo.gl/YRj9zu",
	"https://cn.eslint.org/docs/rules/no-alert": "https://goo.gl/EtCd8n",
	"https://cn.eslint.org/docs/rules/no-array-constructor": "https://goo.gl/U8bq7b",
	"https://cn.eslint.org/docs/rules/no-arrow-condition": "https://goo.gl/gAJmER",
	"https://cn.eslint.org/docs/rules/no-async-promise-executor": "https://goo.gl/3QhVs7",
	"https://cn.eslint.org/docs/rules/no-await-in-loop": "https://goo.gl/MQYYnK",
	"https://cn.eslint.org/docs/rules/no-bitwise": "https://goo.gl/Bfzgc2",
	"https://cn.eslint.org/docs/rules/no-buffer-constructor": "https://goo.gl/tKLHnZ",
	"https://cn.eslint.org/docs/rules/no-caller": "https://goo.gl/ygYTkE",
	"https://cn.eslint.org/docs/rules/no-case-declarations": "https://goo.gl/BfXJjB",
	"https://cn.eslint.org/docs/rules/no-catch-shadow": "https://goo.gl/vFeh4T",
	"https://cn.eslint.org/docs/rules/no-class-assign": "https://goo.gl/FQmpq1",
	"https://cn.eslint.org/docs/rules/no-comma-dangle": "https://goo.gl/sJKQQt",
	"https://cn.eslint.org/docs/rules/no-compare-neg-zero": "https://goo.gl/LysNvX",
	"https://cn.eslint.org/docs/rules/no-cond-assign": "https://goo.gl/o65hjQ",
	"https://cn.eslint.org/docs/rules/no-confusing-arrow": "https://goo.gl/NSdYyz",
	"https://cn.eslint.org/docs/rules/no-console": "https://goo.gl/nTQpBW",
	"https://cn.eslint.org/docs/rules/no-const-assign": "https://goo.gl/Jsx6CW",
	"https://cn.eslint.org/docs/rules/no-constant-condition": "https://goo.gl/2xts5Q",
	"https://cn.eslint.org/docs/rules/no-continue": "https://goo.gl/pszqbj",
	"https://cn.eslint.org/docs/rules/no-control-regex": "https://goo.gl/wHUCBQ",
	"https://cn.eslint.org/docs/rules/no-debugger": "https://goo.gl/V26po6",
	"https://cn.eslint.org/docs/rules/no-delete-var": "https://goo.gl/v1pjpJ",
	"https://cn.eslint.org/docs/rules/no-div-regex": "https://goo.gl/9xCPSH",
	"https://cn.eslint.org/docs/rules/no-dupe-args": "https://goo.gl/uJYtjB",
	"https://cn.eslint.org/docs/rules/no-dupe-class-members": "https://goo.gl/miWUwY",
	"https://cn.eslint.org/docs/rules/no-dupe-keys": "https://goo.gl/51cVAu",
	"https://cn.eslint.org/docs/rules/no-duplicate-case": "https://goo.gl/BJ9JVK",
	"https://cn.eslint.org/docs/rules/no-duplicate-imports": "https://goo.gl/WwyUFU",
	"https://cn.eslint.org/docs/rules/no-else-return": "https://goo.gl/5z4F3w",
	"https://cn.eslint.org/docs/rules/no-empty": "https://goo.gl/toVvKc",
	"https://cn.eslint.org/docs/rules/no-empty-character-class": "https://goo.gl/vn9Zqa",
	"https://cn.eslint.org/docs/rules/no-empty-class": "https://goo.gl/6g3ZfN",
	"https://cn.eslint.org/docs/rules/no-empty-function": "https://goo.gl/9T5us7",
	"https://cn.eslint.org/docs/rules/no-empty-label": "https://goo.gl/786cdw",
	"https://cn.eslint.org/docs/rules/no-empty-pattern": "https://goo.gl/XexSJw",
	"https://cn.eslint.org/docs/rules/no-eq-null": "https://goo.gl/WGne9G",
	"https://cn.eslint.org/docs/rules/no-eval": "https://goo.gl/WprDXH",
	"https://cn.eslint.org/docs/rules/no-ex-assign": "https://goo.gl/VKG63U",
	"https://cn.eslint.org/docs/rules/no-extend-native": "https://goo.gl/cmR1Mx",
	"https://cn.eslint.org/docs/rules/no-extra-bind": "https://goo.gl/GwPMc6",
	"https://cn.eslint.org/docs/rules/no-extra-boolean-cast": "https://goo.gl/AxwzPs",
	"https://cn.eslint.org/docs/rules/no-extra-label": "https://goo.gl/Qp7UVC",
	"https://cn.eslint.org/docs/rules/no-extra-parens": "https://goo.gl/TbcDSN",
	"https://cn.eslint.org/docs/rules/no-extra-semi": "https://goo.gl/mv39jD",
	"https://cn.eslint.org/docs/rules/no-extra-strict": "https://goo.gl/nczjke",
	"https://cn.eslint.org/docs/rules/no-fallthrough": "https://goo.gl/UqLyC1",
	"https://cn.eslint.org/docs/rules/no-floating-decimal": "https://goo.gl/LzSdYj",
	"https://cn.eslint.org/docs/rules/no-func-assign": "https://goo.gl/8mhgYe",
	"https://cn.eslint.org/docs/rules/no-global-assign": "https://goo.gl/Y3CwBk",
	"https://cn.eslint.org/docs/rules/no-implicit-coercion": "https://goo.gl/Rpkd4y",
	"https://cn.eslint.org/docs/rules/no-implicit-globals": "https://goo.gl/CwXgsN",
	"https://cn.eslint.org/docs/rules/no-implied-eval": "https://goo.gl/GJeqE7",
	"https://cn.eslint.org/docs/rules/no-inline-comments": "https://goo.gl/DYMZYD",
	"https://cn.eslint.org/docs/rules/no-inner-declarations": "https://goo.gl/e8Ry9t",
	"https://cn.eslint.org/docs/rules/no-invalid-regexp": "https://goo.gl/W23Ws3",
	"https://cn.eslint.org/docs/rules/no-invalid-this": "https://goo.gl/Pqi7La",
	"https://cn.eslint.org/docs/rules/no-irregular-whitespace": "https://goo.gl/NwpcNS",
	"https://cn.eslint.org/docs/rules/no-iterator": "https://goo.gl/mo6wav",
	"https://cn.eslint.org/docs/rules/no-label-var": "https://goo.gl/kHZxFD",
	"https://cn.eslint.org/docs/rules/no-labels": "https://goo.gl/y4uvXN",
	"https://cn.eslint.org/docs/rules/no-lone-blocks": "https://goo.gl/Tn6bMS",
	"https://cn.eslint.org/docs/rules/no-lonely-if": "https://goo.gl/5e4tsk",
	"https://cn.eslint.org/docs/rules/no-loop-func": "https://goo.gl/b4JCcG",
	"https://cn.eslint.org/docs/rules/no-magic-numbers": "https://goo.gl/Eb6dLV",
	"https://cn.eslint.org/docs/rules/no-misleading-character-class": "https://goo.gl/r8PRW6",
	"https://cn.eslint.org/docs/rules/no-mixed-operators": "https://goo.gl/jfT7cU",
	"https://cn.eslint.org/docs/rules/no-mixed-requires": "https://goo.gl/wX5ZuS",
	"https://cn.eslint.org/docs/rules/no-mixed-spaces-and-tabs": "https://goo.gl/U887yM",
	"https://cn.eslint.org/docs/rules/no-multi-assign": "https://goo.gl/7H5cZ9",
	"https://cn.eslint.org/docs/rules/no-multi-spaces": "https://goo.gl/PphU1J",
	"https://cn.eslint.org/docs/rules/no-multi-str": "https://goo.gl/SZTHjY",
	"https://cn.eslint.org/docs/rules/no-multiple-empty-lines": "https://goo.gl/msdTKe",
	"https://cn.eslint.org/docs/rules/no-native-reassign": "https://goo.gl/aSeHud",
	"https://cn.eslint.org/docs/rules/no-negated-condition": "https://goo.gl/Quy5SZ",
	"https://cn.eslint.org/docs/rules/no-negated-in-lhs": "https://goo.gl/Lzu94m",
	"https://cn.eslint.org/docs/rules/no-nested-ternary": "https://goo.gl/8yfj3r",
	"https://cn.eslint.org/docs/rules/no-new": "https://goo.gl/wtcf2h",
	"https://cn.eslint.org/docs/rules/no-new-func": "https://goo.gl/bmvXgy",
	"https://cn.eslint.org/docs/rules/no-new-object": "https://goo.gl/fkL2ey",
	"https://cn.eslint.org/docs/rules/no-new-require": "https://goo.gl/agdb8s",
	"https://cn.eslint.org/docs/rules/no-new-symbol": "https://goo.gl/ppuyXu",
	"https://cn.eslint.org/docs/rules/no-new-wrappers": "https://goo.gl/3rRZrc",
	"https://cn.eslint.org/docs/rules/no-obj-calls": "https://goo.gl/BQKfrk",
	"https://cn.eslint.org/docs/rules/no-octal": "https://goo.gl/AsvKLP",
	"https://cn.eslint.org/docs/rules/no-octal-escape": "https://goo.gl/SRTYnJ",
	"https://cn.eslint.org/docs/rules/no-param-reassign": "https://goo.gl/6W7Hqo",
	"https://cn.eslint.org/docs/rules/no-path-concat": "https://goo.gl/bmY5Lq",
	"https://cn.eslint.org/docs/rules/no-plusplus": "https://goo.gl/ZpZv8Z",
	"https://cn.eslint.org/docs/rules/no-process-env": "https://goo.gl/JMRD8P",
	"https://cn.eslint.org/docs/rules/no-process-exit": "https://goo.gl/Q1uJKY",
	"https://cn.eslint.org/docs/rules/no-proto": "https://goo.gl/PbUEc5",
	"https://cn.eslint.org/docs/rules/no-prototype-builtins": "https://goo.gl/rDN6wU",
	"https://cn.eslint.org/docs/rules/no-redeclare": "https://goo.gl/z46Xqb",
	"https://cn.eslint.org/docs/rules/no-regex-spaces": "https://goo.gl/BxHBrn",
	"https://cn.eslint.org/docs/rules/no-reserved-keys": "https://goo.gl/x7QWAH",
	"https://cn.eslint.org/docs/rules/no-restricted-globals": "https://goo.gl/mWWkUJ",
	"https://cn.eslint.org/docs/rules/no-restricted-imports": "https://goo.gl/sVn6su",
	"https://cn.eslint.org/docs/rules/no-restricted-modules": "https://goo.gl/QzCsr1",
	"https://cn.eslint.org/docs/rules/no-restricted-properties": "https://goo.gl/F4Ljzr",
	"https://cn.eslint.org/docs/rules/no-restricted-syntax": "https://goo.gl/DKuxp5",
	"https://cn.eslint.org/docs/rules/no-return-assign": "https://goo.gl/fvM3Uq",
	"https://cn.eslint.org/docs/rules/no-return-await": "https://goo.gl/BzwKVJ",
	"https://cn.eslint.org/docs/rules/no-script-url": "https://goo.gl/4toLWb",
	"https://cn.eslint.org/docs/rules/no-self-assign": "https://goo.gl/H4hDQs",
	"https://cn.eslint.org/docs/rules/no-self-compare": "https://goo.gl/9EcRpX",
	"https://cn.eslint.org/docs/rules/no-sequences": "https://goo.gl/ZvSfJS",
	"https://cn.eslint.org/docs/rules/no-shadow": "https://goo.gl/8igbGu",
	"https://cn.eslint.org/docs/rules/no-shadow-restricted-names": "https://goo.gl/2mwskw",
	"https://cn.eslint.org/docs/rules/no-space-before-semi": "https://goo.gl/QAXr55",
	"https://cn.eslint.org/docs/rules/no-spaced-func": "https://goo.gl/CPVJrs",
	"https://cn.eslint.org/docs/rules/no-sparse-arrays": "https://goo.gl/doYWXR",
	"https://cn.eslint.org/docs/rules/no-sync": "https://goo.gl/PxGmBc",
	"https://cn.eslint.org/docs/rules/no-tabs": "https://goo.gl/e8fkAe",
	"https://cn.eslint.org/docs/rules/no-template-curly-in-string": "https://goo.gl/sV9M3N",
	"https://cn.eslint.org/docs/rules/no-ternary": "https://goo.gl/jBhwmH",
	"https://cn.eslint.org/docs/rules/no-this-before-super": "https://goo.gl/Mvns9g",
	"https://cn.eslint.org/docs/rules/no-throw-literal": "https://goo.gl/dLWbjX",
	"https://cn.eslint.org/docs/rules/no-trailing-spaces": "https://goo.gl/do41xe",
	"https://cn.eslint.org/docs/rules/no-undef": "https://goo.gl/eiv6h2",
	"https://cn.eslint.org/docs/rules/no-undef-init": "https://goo.gl/PxUL8i",
	"https://cn.eslint.org/docs/rules/no-undefined": "https://goo.gl/9BMm9V",
	"https://cn.eslint.org/docs/rules/no-underscore-dangle": "https://goo.gl/XFe9TH",
	"https://cn.eslint.org/docs/rules/no-unexpected-multiline": "https://goo.gl/yaXtRD",
	"https://cn.eslint.org/docs/rules/no-unmodified-loop-condition": "https://goo.gl/SBcAog",
	"https://cn.eslint.org/docs/rules/no-unneeded-ternary": "https://goo.gl/ePR4zb",
	"https://cn.eslint.org/docs/rules/no-unreachable": "https://goo.gl/6qzTnU",
	"https://cn.eslint.org/docs/rules/no-unsafe-finally": "https://goo.gl/EAb4bo",
	"https://cn.eslint.org/docs/rules/no-unsafe-negation": "https://goo.gl/Eg2qLm",
	"https://cn.eslint.org/docs/rules/no-unused-expressions": "https://goo.gl/cNhm7v",
	"https://cn.eslint.org/docs/rules/no-unused-labels": "https://goo.gl/xkZweW",
	"https://cn.eslint.org/docs/rules/no-unused-vars": "https://goo.gl/TVHLWx",
	"https://cn.eslint.org/docs/rules/no-use-before-define": "https://goo.gl/YRiHiQ",
	"https://cn.eslint.org/docs/rules/no-useless-call": "https://goo.gl/gXUGru",
	"https://cn.eslint.org/docs/rules/no-useless-catch": "https://goo.gl/BUbSg3",
	"https://cn.eslint.org/docs/rules/no-useless-computed-key": "https://goo.gl/DCyfPQ",
	"https://cn.eslint.org/docs/rules/no-useless-concat": "https://goo.gl/tmzdKt",
	"https://cn.eslint.org/docs/rules/no-useless-constructor": "https://goo.gl/Ym6Z1H",
	"https://cn.eslint.org/docs/rules/no-useless-escape": "https://goo.gl/Y93syg",
	"https://cn.eslint.org/docs/rules/no-useless-rename": "https://goo.gl/tLS2ym",
	"https://cn.eslint.org/docs/rules/no-useless-return": "https://goo.gl/6GEvDd",
	"https://cn.eslint.org/docs/rules/no-var": "https://goo.gl/a9it32",
	"https://cn.eslint.org/docs/rules/no-void": "https://goo.gl/mu5WcG",
	"https://cn.eslint.org/docs/rules/no-warning-comments": "https://goo.gl/CPdMnZ",
	"https://cn.eslint.org/docs/rules/no-whitespace-before-property": "https://goo.gl/3ePY3U",
	"https://cn.eslint.org/docs/rules/no-with": "https://goo.gl/h5g6jC",
	"https://cn.eslint.org/docs/rules/no-wrap-func": "https://goo.gl/7x37Fy",
	"https://cn.eslint.org/docs/rules/nonblock-statement-body-position": "https://goo.gl/UWi19q",
	"https://cn.eslint.org/docs/rules/object-curly-newline": "https://goo.gl/GYZhhh",
	"https://cn.eslint.org/docs/rules/object-curly-spacing": "https://goo.gl/izEKvc",
	"https://cn.eslint.org/docs/rules/object-property-newline": "https://goo.gl/o8D8sv",
	"https://cn.eslint.org/docs/rules/object-shorthand": "https://goo.gl/wkd9YK",
	"https://cn.eslint.org/docs/rules/one-var": "https://goo.gl/vuMRQ5",
	"https://cn.eslint.org/docs/rules/one-var-declaration-per-line": "https://goo.gl/kaZkYE",
	"https://cn.eslint.org/docs/rules/operator-assignment": "https://goo.gl/Gejmxc",
	"https://cn.eslint.org/docs/rules/operator-linebreak": "https://goo.gl/hKJ9z3",
	"https://cn.eslint.org/docs/rules/padded-blocks": "https://goo.gl/YovnT5",
	"https://cn.eslint.org/docs/rules/padding-line-between-statements": "https://goo.gl/Lu5Q49",
	"https://cn.eslint.org/docs/rules/prefer-arrow-callback": "https://goo.gl/QbRoi9",
	"https://cn.eslint.org/docs/rules/prefer-const": "https://goo.gl/AgzuW9",
	"https://cn.eslint.org/docs/rules/prefer-destructuring": "https://goo.gl/gX3Wiz",
	"https://cn.eslint.org/docs/rules/prefer-numeric-literals": "https://goo.gl/1drSyv",
	"https://cn.eslint.org/docs/rules/prefer-object-spread": "https://goo.gl/H68Bt8",
	"https://cn.eslint.org/docs/rules/prefer-promise-reject-errors": "https://goo.gl/bEiUQ1",
	"https://cn.eslint.org/docs/rules/prefer-reflect": "https://goo.gl/SZc8dW",
	"https://cn.eslint.org/docs/rules/prefer-rest-params": "https://goo.gl/bjTC9m",
	"https://cn.eslint.org/docs/rules/prefer-spread": "https://goo.gl/Q8QCcg",
	"https://cn.eslint.org/docs/rules/prefer-template": "https://goo.gl/DVXoQk",
	"https://cn.eslint.org/docs/rules/quote-props": "https://goo.gl/1dg94W",
	"https://cn.eslint.org/docs/rules/quotes": "https://goo.gl/CUA6Lq",
	"https://cn.eslint.org/docs/rules/radix": "https://goo.gl/pRCAiP",
	"https://cn.eslint.org/docs/rules/require-atomic-updates": "https://goo.gl/Jc4ENw",
	"https://cn.eslint.org/docs/rules/require-await": "https://goo.gl/dQ5MYF",
	"https://cn.eslint.org/docs/rules/require-jsdoc": "https://goo.gl/Qdp1Gf",
	"https://cn.eslint.org/docs/rules/require-unicode-regexp": "https://goo.gl/gGc7zN",
	"https://cn.eslint.org/docs/rules/require-yield": "https://goo.gl/oCjH4c",
	"https://cn.eslint.org/docs/rules/rest-spread-spacing": "https://goo.gl/YiDGJi",
	"https://cn.eslint.org/docs/rules/semi": "https://goo.gl/bwguFS",
	"https://cn.eslint.org/docs/rules/semi-spacing": "https://goo.gl/AW5Nav",
	"https://cn.eslint.org/docs/rules/semi-style": "https://goo.gl/LJ1J21",
	"https://cn.eslint.org/docs/rules/sort-imports": "https://goo.gl/tp8Lh4",
	"https://cn.eslint.org/docs/rules/sort-keys": "https://goo.gl/9idgdW",
	"https://cn.eslint.org/docs/rules/sort-vars": "https://goo.gl/NcKNwC",
	"https://cn.eslint.org/docs/rules/space-after-function-name": "https://goo.gl/n6bX1f",
	"https://cn.eslint.org/docs/rules/space-after-keywords": "https://goo.gl/bpuj64",
	"https://cn.eslint.org/docs/rules/space-before-blocks": "https://goo.gl/ryS9Pi",
	"https://cn.eslint.org/docs/rules/space-before-function-paren": "https://goo.gl/k493XB",
	"https://cn.eslint.org/docs/rules/space-before-function-parentheses": "https://goo.gl/HWjo2X",
	"https://cn.eslint.org/docs/rules/space-before-keywords": "https://goo.gl/b7UxpB",
	"https://cn.eslint.org/docs/rules/space-in-brackets": "https://goo.gl/5vMrhY",
	"https://cn.eslint.org/docs/rules/space-in-parens": "https://goo.gl/Eqb87U",
	"https://cn.eslint.org/docs/rules/space-infix-ops": "https://goo.gl/HHFzmp",
	"https://cn.eslint.org/docs/rules/space-return-throw-case": "https://goo.gl/d8KY9V",
	"https://cn.eslint.org/docs/rules/space-unary-ops": "https://goo.gl/NrxkxK",
	"https://cn.eslint.org/docs/rules/space-unary-word-ops": "https://goo.gl/v9vtL8",
	"https://cn.eslint.org/docs/rules/spaced-comment": "https://goo.gl/mxGdT5",
	"https://cn.eslint.org/docs/rules/spaced-line-comment": "https://goo.gl/MgYufa",
	"https://cn.eslint.org/docs/rules/strict": "https://goo.gl/33xKf6",
	"https://cn.eslint.org/docs/rules/switch-colon-spacing": "https://goo.gl/8DCF7D",
	"https://cn.eslint.org/docs/rules/symbol-description": "https://goo.gl/u49bsd",
	"https://cn.eslint.org/docs/rules/template-curly-spacing": "https://goo.gl/E4j6bM",
	"https://cn.eslint.org/docs/rules/template-tag-spacing": "https://goo.gl/GBU2p2",
	"https://cn.eslint.org/docs/rules/unicode-bom": "https://goo.gl/GzfGAx",
	"https://cn.eslint.org/docs/rules/use-isnan": "https://goo.gl/7JCGsR",
	"https://cn.eslint.org/docs/rules/valid-jsdoc": "https://goo.gl/RjQRoy",
	"https://cn.eslint.org/docs/rules/valid-typeof": "https://goo.gl/qUZeWL",
	"https://cn.eslint.org/docs/rules/vars-on-top": "https://goo.gl/eStB2w",
	"https://cn.eslint.org/docs/rules/wrap-iife": "https://goo.gl/Ga4Quw",
	"https://cn.eslint.org/docs/rules/wrap-regex": "https://goo.gl/r1jqE2",
	"https://cn.eslint.org/docs/rules/yield-star-spacing": "https://goo.gl/ktaf4L",
	"https://cn.eslint.org/docs/rules/yoda": "https://goo.gl/zoi11X",
	"https://eslint.org/docs/rules/accessor-pairs": "https://goo.gl/7uZQRL",
	"https://eslint.org/docs/rules/array-bracket-newline": "https://goo.gl/4tJKTb",
	"https://eslint.org/docs/rules/array-bracket-spacing": "https://goo.gl/yLjaT2",
	"https://eslint.org/docs/rules/array-callback-return": "https://goo.gl/53vHFw",
	"https://eslint.org/docs/rules/array-element-newline": "https://goo.gl/a4wBYc",
	"https://eslint.org/docs/rules/arrow-body-style": "https://goo.gl/dbYgec",
	"https://eslint.org/docs/rules/arrow-parens": "https://goo.gl/mDwFw5",
	"https://eslint.org/docs/rules/arrow-spacing": "https://goo.gl/kHwmGN",
	"https://eslint.org/docs/rules/block-scoped-var": "https://goo.gl/JzgLDw",
	"https://eslint.org/docs/rules/block-spacing": "https://goo.gl/gGrUoZ",
	"https://eslint.org/docs/rules/brace-style": "https://goo.gl/81WVUc",
	"https://eslint.org/docs/rules/callback-return": "https://goo.gl/J7eJum",
	"https://eslint.org/docs/rules/camelcase": "https://goo.gl/FnQuue",
	"https://eslint.org/docs/rules/capitalized-comments": "https://goo.gl/EqEbj8",
	"https://eslint.org/docs/rules/class-methods-use-this": "https://goo.gl/V5JDtH",
	"https://eslint.org/docs/rules/comma-dangle": "https://goo.gl/JsnfpB",
	"https://eslint.org/docs/rules/comma-spacing": "https://goo.gl/3v8X2v",
	"https://eslint.org/docs/rules/comma-style": "https://goo.gl/wFp28z",
	"https://eslint.org/docs/rules/complexity": "https://goo.gl/Sg4wWE",
	"https://eslint.org/docs/rules/computed-property-spacing": "https://goo.gl/3PqEfK",
	"https://eslint.org/docs/rules/consistent-return": "https://goo.gl/PAeq2o",
	"https://eslint.org/docs/rules/consistent-this": "https://goo.gl/qubw6z",
	"https://eslint.org/docs/rules/constructor-super": "https://goo.gl/9erszW",
	"https://eslint.org/docs/rules/curly": "https://goo.gl/Do2NeD",
	"https://eslint.org/docs/rules/default-case": "https://goo.gl/5Dwr7J",
	"https://eslint.org/docs/rules/dot-location": "https://goo.gl/HjoNJm",
	"https://eslint.org/docs/rules/dot-notation": "https://goo.gl/6EmZTZ",
	"https://eslint.org/docs/rules/eol-last": "https://goo.gl/QsuTbu",
	"https://eslint.org/docs/rules/eqeqeq": "https://goo.gl/Nc8yRj",
	"https://eslint.org/docs/rules/for-direction": "https://goo.gl/87QUaf",
	"https://eslint.org/docs/rules/func-call-spacing": "https://goo.gl/Rv24xM",
	"https://eslint.org/docs/rules/func-name-matching": "https://goo.gl/Z9F6ST",
	"https://eslint.org/docs/rules/func-names": "https://goo.gl/wvp61Y",
	"https://eslint.org/docs/rules/func-style": "https://goo.gl/CTQ8qR",
	"https://eslint.org/docs/rules/function-paren-newline": "https://goo.gl/K2DDf2",
	"https://eslint.org/docs/rules/generator-star": "https://goo.gl/gyzvu9",
	"https://eslint.org/docs/rules/generator-star-spacing": "https://goo.gl/mPeX2Y",
	"https://eslint.org/docs/rules/getter-return": "https://goo.gl/rmK32J",
	"https://eslint.org/docs/rules/global-require": "https://goo.gl/zPEftM",
	"https://eslint.org/docs/rules/global-strict": "https://goo.gl/MTnuUL",
	"https://eslint.org/docs/rules/guard-for-in": "https://goo.gl/NB8wNq",
	"https://eslint.org/docs/rules/handle-callback-err": "https://goo.gl/xWBzua",
	"https://eslint.org/docs/rules/id-blacklist": "https://goo.gl/bdfvL8",
	"https://eslint.org/docs/rules/id-length": "https://goo.gl/4J8tHX",
	"https://eslint.org/docs/rules/id-match": "https://goo.gl/ogjv9D",
	"https://eslint.org/docs/rules/implicit-arrow-linebreak": "https://goo.gl/9Ufc4H",
	"https://eslint.org/docs/rules/indent": "https://goo.gl/LJYkTn",
	"https://eslint.org/docs/rules/indent-legacy": "https://goo.gl/JMkVqX",
	"https://eslint.org/docs/rules/init-declarations": "https://goo.gl/nnMz5x",
	"https://eslint.org/docs/rules/jsx-quotes": "https://goo.gl/tqaAzd",
	"https://eslint.org/docs/rules/key-spacing": "https://goo.gl/cn35KV",
	"https://eslint.org/docs/rules/keyword-spacing": "https://goo.gl/MTQBYt",
	"https://eslint.org/docs/rules/line-comment-position": "https://goo.gl/1M2FZP",
	"https://eslint.org/docs/rules/linebreak-style": "https://goo.gl/2LcbhM",
	"https://eslint.org/docs/rules/lines-around-comment": "https://goo.gl/uZvAwc",
	"https://eslint.org/docs/rules/lines-around-directive": "https://goo.gl/ey1SZT",
	"https://eslint.org/docs/rules/lines-between-class-members": "https://goo.gl/X2ef8r",
	"https://eslint.org/docs/rules/max-classes-per-file": "https://goo.gl/x2ynE7",
	"https://eslint.org/docs/rules/max-depth": "https://goo.gl/bJBVHL",
	"https://eslint.org/docs/rules/max-len": "https://goo.gl/fwTk5J",
	"https://eslint.org/docs/rules/max-lines": "https://goo.gl/RyfYCZ",
	"https://eslint.org/docs/rules/max-lines-per-function": "https://goo.gl/kdqY4j",
	"https://eslint.org/docs/rules/max-nested-callbacks": "https://goo.gl/zUaTzn",
	"https://eslint.org/docs/rules/max-params": "https://goo.gl/mcFeCL",
	"https://eslint.org/docs/rules/max-statements": "https://goo.gl/HQwkqW",
	"https://eslint.org/docs/rules/max-statements-per-line": "https://goo.gl/3wA97h",
	"https://eslint.org/docs/rules/multiline-comment-style": "https://goo.gl/8oTEhD",
	"https://eslint.org/docs/rules/multiline-ternary": "https://goo.gl/mmHaif",
	"https://eslint.org/docs/rules/new-cap": "https://goo.gl/TUz2wm",
	"https://eslint.org/docs/rules/new-parens": "https://goo.gl/rUU8S9",
	"https://eslint.org/docs/rules/newline-after-var": "https://goo.gl/oCmpTH",
	"https://eslint.org/docs/rules/newline-before-return": "https://goo.gl/fiLy8u",
	"https://eslint.org/docs/rules/newline-per-chained-call": "https://goo.gl/paG2ZJ",
	"https://eslint.org/docs/rules/no-alert": "https://goo.gl/cSwnER",
	"https://eslint.org/docs/rules/no-array-constructor": "https://goo.gl/RaJoJ5",
	"https://eslint.org/docs/rules/no-arrow-condition": "https://goo.gl/LpFa1j",
	"https://eslint.org/docs/rules/no-async-promise-executor": "https://goo.gl/uHzDfV",
	"https://eslint.org/docs/rules/no-await-in-loop": "https://goo.gl/4U2NaF",
	"https://eslint.org/docs/rules/no-bitwise": "https://goo.gl/Bfvkyn",
	"https://eslint.org/docs/rules/no-buffer-constructor": "https://goo.gl/yMcGzY",
	"https://eslint.org/docs/rules/no-caller": "https://goo.gl/vn6xsN",
	"https://eslint.org/docs/rules/no-case-declarations": "https://goo.gl/yzSUUz",
	"https://eslint.org/docs/rules/no-catch-shadow": "https://goo.gl/1MtbhK",
	"https://eslint.org/docs/rules/no-class-assign": "https://goo.gl/7Mw8rd",
	"https://eslint.org/docs/rules/no-comma-dangle": "https://goo.gl/DZBqii",
	"https://eslint.org/docs/rules/no-compare-neg-zero": "https://goo.gl/pKj8Dn",
	"https://eslint.org/docs/rules/no-cond-assign": "https://goo.gl/MTHcGT",
	"https://eslint.org/docs/rules/no-confusing-arrow": "https://goo.gl/xUmsX2",
	"https://eslint.org/docs/rules/no-console": "https://goo.gl/tii7g6",
	"https://eslint.org/docs/rules/no-const-assign": "https://goo.gl/E9Yw74",
	"https://eslint.org/docs/rules/no-constant-condition": "https://goo.gl/2Wu2TH",
	"https://eslint.org/docs/rules/no-continue": "https://goo.gl/eUCBWg",
	"https://eslint.org/docs/rules/no-control-regex": "https://goo.gl/g2ReKi",
	"https://eslint.org/docs/rules/no-debugger": "https://goo.gl/wqnpZp",
	"https://eslint.org/docs/rules/no-delete-var": "https://goo.gl/Z23bjD",
	"https://eslint.org/docs/rules/no-div-regex": "https://goo.gl/po5kqH",
	"https://eslint.org/docs/rules/no-dupe-args": "https://goo.gl/5c4dif",
	"https://eslint.org/docs/rules/no-dupe-class-members": "https://goo.gl/pcCkhj",
	"https://eslint.org/docs/rules/no-dupe-keys": "https://goo.gl/anBqjE",
	"https://eslint.org/docs/rules/no-duplicate-case": "https://goo.gl/RFF81K",
	"https://eslint.org/docs/rules/no-duplicate-imports": "https://goo.gl/o5z6NR",
	"https://eslint.org/docs/rules/no-else-return": "https://goo.gl/csbN7S",
	"https://eslint.org/docs/rules/no-empty": "https://goo.gl/46n88U",
	"https://eslint.org/docs/rules/no-empty-character-class": "https://goo.gl/RKdSvc",
	"https://eslint.org/docs/rules/no-empty-class": "https://goo.gl/FRtjrN",
	"https://eslint.org/docs/rules/no-empty-function": "https://goo.gl/ugZf3o",
	"https://eslint.org/docs/rules/no-empty-label": "https://goo.gl/KAzfss",
	"https://eslint.org/docs/rules/no-empty-pattern": "https://goo.gl/rg2E9Z",
	"https://eslint.org/docs/rules/no-eq-null": "https://goo.gl/ULQ6vH",
	"https://eslint.org/docs/rules/no-eval": "https://goo.gl/yXPB4G",
	"https://eslint.org/docs/rules/no-ex-assign": "https://goo.gl/38LwvH",
	"https://eslint.org/docs/rules/no-extend-native": "https://goo.gl/eE3LpT",
	"https://eslint.org/docs/rules/no-extra-bind": "https://goo.gl/3i8We4",
	"https://eslint.org/docs/rules/no-extra-boolean-cast": "https://goo.gl/57WT1V",
	"https://eslint.org/docs/rules/no-extra-label": "https://goo.gl/CEUN4i",
	"https://eslint.org/docs/rules/no-extra-parens": "https://goo.gl/iWWKu7",
	"https://eslint.org/docs/rules/no-extra-semi": "https://goo.gl/wszw5N",
	"https://eslint.org/docs/rules/no-extra-strict": "https://goo.gl/q4vNWF",
	"https://eslint.org/docs/rules/no-fallthrough": "https://goo.gl/W9FUwc",
	"https://eslint.org/docs/rules/no-floating-decimal": "https://goo.gl/tR8f9Q",
	"https://eslint.org/docs/rules/no-func-assign": "https://goo.gl/Lzy2PR",
	"https://eslint.org/docs/rules/no-global-assign": "https://goo.gl/5jZXJh",
	"https://eslint.org/docs/rules/no-implicit-coercion": "https://goo.gl/NRNY6G",
	"https://eslint.org/docs/rules/no-implicit-globals": "https://goo.gl/b5m7Uz",
	"https://eslint.org/docs/rules/no-implied-eval": "https://goo.gl/g1YrLW",
	"https://eslint.org/docs/rules/no-inline-comments": "https://goo.gl/E8BZFF",
	"https://eslint.org/docs/rules/no-inner-declarations": "https://goo.gl/DRT3T5",
	"https://eslint.org/docs/rules/no-invalid-regexp": "https://goo.gl/TThtAo",
	"https://eslint.org/docs/rules/no-invalid-this": "https://goo.gl/ab5Nme",
	"https://eslint.org/docs/rules/no-irregular-whitespace": "https://goo.gl/wjRUrB",
	"https://eslint.org/docs/rules/no-iterator": "https://goo.gl/x2AgbB",
	"https://eslint.org/docs/rules/no-label-var": "https://goo.gl/8N8Kkz",
	"https://eslint.org/docs/rules/no-labels": "https://goo.gl/7h7ecr",
	"https://eslint.org/docs/rules/no-lone-blocks": "https://goo.gl/bKh8dc",
	"https://eslint.org/docs/rules/no-lonely-if": "https://goo.gl/h6sdif",
	"https://eslint.org/docs/rules/no-loop-func": "https://goo.gl/AvJz2g",
	"https://eslint.org/docs/rules/no-magic-numbers": "https://goo.gl/n3X7b2",
	"https://eslint.org/docs/rules/no-misleading-character-class": "https://goo.gl/uKF3M2",
	"https://eslint.org/docs/rules/no-mixed-operators": "https://goo.gl/wn9Qa7",
	"https://eslint.org/docs/rules/no-mixed-requires": "https://goo.gl/oCh4su",
	"https://eslint.org/docs/rules/no-mixed-spaces-and-tabs": "https://goo.gl/nxh7Zz",
	"https://eslint.org/docs/rules/no-multi-assign": "https://goo.gl/5mkEwk",
	"https://eslint.org/docs/rules/no-multi-spaces": "https://goo.gl/uerP5H",
	"https://eslint.org/docs/rules/no-multi-str": "https://goo.gl/TAsp2h",
	"https://eslint.org/docs/rules/no-multiple-empty-lines": "https://goo.gl/fYzY3n",
	"https://eslint.org/docs/rules/no-native-reassign": "https://goo.gl/ksjtd7",
	"https://eslint.org/docs/rules/no-negated-condition": "https://goo.gl/zLD7fY",
	"https://eslint.org/docs/rules/no-negated-in-lhs": "https://goo.gl/B56aR8",
	"https://eslint.org/docs/rules/no-nested-ternary": "https://goo.gl/KDUW7p",
	"https://eslint.org/docs/rules/no-new": "https://goo.gl/VMVj65",
	"https://eslint.org/docs/rules/no-new-func": "https://goo.gl/i1eJrs",
	"https://eslint.org/docs/rules/no-new-object": "https://goo.gl/MCY6uE",
	"https://eslint.org/docs/rules/no-new-require": "https://goo.gl/yzuNr8",
	"https://eslint.org/docs/rules/no-new-symbol": "https://goo.gl/mrVYMb",
	"https://eslint.org/docs/rules/no-new-wrappers": "https://goo.gl/tmXggC",
	"https://eslint.org/docs/rules/no-obj-calls": "https://goo.gl/QHGsd2",
	"https://eslint.org/docs/rules/no-octal": "https://goo.gl/H6AUPB",
	"https://eslint.org/docs/rules/no-octal-escape": "https://goo.gl/mh1GHn",
	"https://eslint.org/docs/rules/no-param-reassign": "https://goo.gl/FDxpvi",
	"https://eslint.org/docs/rules/no-path-concat": "https://goo.gl/wV2vDS",
	"https://eslint.org/docs/rules/no-plusplus": "https://goo.gl/X9t3ws",
	"https://eslint.org/docs/rules/no-process-env": "https://goo.gl/J5VVYF",
	"https://eslint.org/docs/rules/no-process-exit": "https://goo.gl/PxrihL",
	"https://eslint.org/docs/rules/no-proto": "https://goo.gl/YKLp2Z",
	"https://eslint.org/docs/rules/no-prototype-builtins": "https://goo.gl/Fz5sMf",
	"https://eslint.org/docs/rules/no-redeclare": "https://goo.gl/ocyGJ3",
	"https://eslint.org/docs/rules/no-regex-spaces": "https://goo.gl/wW7SFf",
	"https://eslint.org/docs/rules/no-reserved-keys": "https://goo.gl/bDkv3g",
	"https://eslint.org/docs/rules/no-restricted-globals": "https://goo.gl/q5rBue",
	"https://eslint.org/docs/rules/no-restricted-imports": "https://goo.gl/DKcBke",
	"https://eslint.org/docs/rules/no-restricted-modules": "https://goo.gl/3T99Ms",
	"https://eslint.org/docs/rules/no-restricted-properties": "https://goo.gl/cMgVYD",
	"https://eslint.org/docs/rules/no-restricted-syntax": "https://goo.gl/WKxjA5",
	"https://eslint.org/docs/rules/no-return-assign": "https://goo.gl/zphLhK",
	"https://eslint.org/docs/rules/no-return-await": "https://goo.gl/Eb3Fud",
	"https://eslint.org/docs/rules/no-script-url": "https://goo.gl/op7yHT",
	"https://eslint.org/docs/rules/no-self-assign": "https://goo.gl/JzV8V7",
	"https://eslint.org/docs/rules/no-self-compare": "https://goo.gl/XMwGuR",
	"https://eslint.org/docs/rules/no-sequences": "https://goo.gl/4FUKrk",
	"https://eslint.org/docs/rules/no-shadow": "https://goo.gl/1U9qqY",
	"https://eslint.org/docs/rules/no-shadow-restricted-names": "https://goo.gl/H5ygf4",
	"https://eslint.org/docs/rules/no-space-before-semi": "https://goo.gl/snyHru",
	"https://eslint.org/docs/rules/no-spaced-func": "https://goo.gl/KGcEji",
	"https://eslint.org/docs/rules/no-sparse-arrays": "https://goo.gl/5pqc5L",
	"https://eslint.org/docs/rules/no-sync": "https://goo.gl/jTVLfz",
	"https://eslint.org/docs/rules/no-tabs": "https://goo.gl/1G22QH",
	"https://eslint.org/docs/rules/no-template-curly-in-string": "https://goo.gl/AHy8PR",
	"https://eslint.org/docs/rules/no-ternary": "https://goo.gl/sLCvyh",
	"https://eslint.org/docs/rules/no-this-before-super": "https://goo.gl/j9zDGV",
	"https://eslint.org/docs/rules/no-throw-literal": "https://goo.gl/xW53nd",
	"https://eslint.org/docs/rules/no-trailing-spaces": "https://goo.gl/KH2ZTC",
	"https://eslint.org/docs/rules/no-undef": "https://goo.gl/vDja7v",
	"https://eslint.org/docs/rules/no-undef-init": "https://goo.gl/B1ujP1",
	"https://eslint.org/docs/rules/no-undefined": "https://goo.gl/a9154p",
	"https://eslint.org/docs/rules/no-underscore-dangle": "https://goo.gl/ihmhCZ",
	"https://eslint.org/docs/rules/no-unexpected-multiline": "https://goo.gl/nSPwAH",
	"https://eslint.org/docs/rules/no-unmodified-loop-condition": "https://goo.gl/ghyNBd",
	"https://eslint.org/docs/rules/no-unneeded-ternary": "https://goo.gl/diFSo4",
	"https://eslint.org/docs/rules/no-unreachable": "https://goo.gl/zsUjtf",
	"https://eslint.org/docs/rules/no-unsafe-finally": "https://goo.gl/fU3SVS",
	"https://eslint.org/docs/rules/no-unsafe-negation": "https://goo.gl/WZ9xJZ",
	"https://eslint.org/docs/rules/no-unused-expressions": "https://goo.gl/evnzT5",
	"https://eslint.org/docs/rules/no-unused-labels": "https://goo.gl/2jXLgN",
	"https://eslint.org/docs/rules/no-unused-vars": "https://goo.gl/afxCC9",
	"https://eslint.org/docs/rules/no-use-before-define": "https://goo.gl/QbNMKo",
	"https://eslint.org/docs/rules/no-useless-call": "https://goo.gl/RmPNnr",
	"https://eslint.org/docs/rules/no-useless-catch": "https://goo.gl/9PMe4r",
	"https://eslint.org/docs/rules/no-useless-computed-key": "https://goo.gl/gzFuqZ",
	"https://eslint.org/docs/rules/no-useless-concat": "https://goo.gl/LNo9gp",
	"https://eslint.org/docs/rules/no-useless-constructor": "https://goo.gl/768P4c",
	"https://eslint.org/docs/rules/no-useless-escape": "https://goo.gl/jZxvbo",
	"https://eslint.org/docs/rules/no-useless-rename": "https://goo.gl/6jhjNd",
	"https://eslint.org/docs/rules/no-useless-return": "https://goo.gl/M11Uve",
	"https://eslint.org/docs/rules/no-var": "https://goo.gl/JGAR1z",
	"https://eslint.org/docs/rules/no-void": "https://goo.gl/XeuvUg",
	"https://eslint.org/docs/rules/no-warning-comments": "https://goo.gl/sP7aF5",
	"https://eslint.org/docs/rules/no-whitespace-before-property": "https://goo.gl/w6ZQ4p",
	"https://eslint.org/docs/rules/no-with": "https://goo.gl/caFVq6",
	"https://eslint.org/docs/rules/no-wrap-func": "https://goo.gl/KMjJmQ",
	"https://eslint.org/docs/rules/nonblock-statement-body-position": "https://goo.gl/9JQdqc",
	"https://eslint.org/docs/rules/object-curly-newline": "https://goo.gl/wkbRJ2",
	"https://eslint.org/docs/rules/object-curly-spacing": "https://goo.gl/4gwRQn",
	"https://eslint.org/docs/rules/object-property-newline": "https://goo.gl/neEy5p",
	"https://eslint.org/docs/rules/object-shorthand": "https://goo.gl/vcyh2t",
	"https://eslint.org/docs/rules/one-var": "https://goo.gl/jErZDQ",
	"https://eslint.org/docs/rules/one-var-declaration-per-line": "https://goo.gl/gBMgoe",
	"https://eslint.org/docs/rules/operator-assignment": "https://goo.gl/iYMC3X",
	"https://eslint.org/docs/rules/operator-linebreak": "https://goo.gl/eqUZpW",
	"https://eslint.org/docs/rules/padded-blocks": "https://goo.gl/G1bn5H",
	"https://eslint.org/docs/rules/padding-line-between-statements": "https://goo.gl/WBFzLr",
	"https://eslint.org/docs/rules/prefer-arrow-callback": "https://goo.gl/gePaQq",
	"https://eslint.org/docs/rules/prefer-const": "https://goo.gl/pA5nu5",
	"https://eslint.org/docs/rules/prefer-destructuring": "https://goo.gl/dR7UyM",
	"https://eslint.org/docs/rules/prefer-numeric-literals": "https://goo.gl/AR6rQY",
	"https://eslint.org/docs/rules/prefer-object-spread": "https://goo.gl/zXLp2E",
	"https://eslint.org/docs/rules/prefer-promise-reject-errors": "https://goo.gl/Yi9XTN",
	"https://eslint.org/docs/rules/prefer-reflect": "https://goo.gl/UfMZA8",
	"https://eslint.org/docs/rules/prefer-rest-params": "https://goo.gl/HweW2g",
	"https://eslint.org/docs/rules/prefer-spread": "https://goo.gl/zNgSqW",
	"https://eslint.org/docs/rules/prefer-template": "https://goo.gl/YA3vfv",
	"https://eslint.org/docs/rules/quote-props": "https://goo.gl/NMZure",
	"https://eslint.org/docs/rules/quotes": "https://goo.gl/osmaHX",
	"https://eslint.org/docs/rules/radix": "https://goo.gl/uaFXNm",
	"https://eslint.org/docs/rules/require-atomic-updates": "https://goo.gl/Dwksps",
	"https://eslint.org/docs/rules/require-await": "https://goo.gl/f3rHks",
	"https://eslint.org/docs/rules/require-jsdoc": "https://goo.gl/AgBMgh",
	"https://eslint.org/docs/rules/require-unicode-regexp": "https://goo.gl/da8GSP",
	"https://eslint.org/docs/rules/require-yield": "https://goo.gl/94W5f1",
	"https://eslint.org/docs/rules/rest-spread-spacing": "https://goo.gl/NwbMcK",
	"https://eslint.org/docs/rules/semi": "https://goo.gl/R3Hyja",
	"https://eslint.org/docs/rules/semi-spacing": "https://goo.gl/6Q7Qua",
	"https://eslint.org/docs/rules/semi-style": "https://goo.gl/rFdSoh",
	"https://eslint.org/docs/rules/sort-imports": "https://goo.gl/ZRtQ16",
	"https://eslint.org/docs/rules/sort-keys": "https://goo.gl/ccmdKC",
	"https://eslint.org/docs/rules/sort-vars": "https://goo.gl/iXuQdX",
	"https://eslint.org/docs/rules/space-after-function-name": "https://goo.gl/dc7Roc",
	"https://eslint.org/docs/rules/space-after-keywords": "https://goo.gl/DxX1k4",
	"https://eslint.org/docs/rules/space-before-blocks": "https://goo.gl/NX1V9k",
	"https://eslint.org/docs/rules/space-before-function-paren": "https://goo.gl/mLYcg8",
	"https://eslint.org/docs/rules/space-before-function-parentheses": "https://goo.gl/Epf2eB",
	"https://eslint.org/docs/rules/space-before-keywords": "https://goo.gl/rrgq1T",
	"https://eslint.org/docs/rules/space-in-brackets": "https://goo.gl/Za5f6u",
	"https://eslint.org/docs/rules/space-in-parens": "https://goo.gl/TbGwdX",
	"https://eslint.org/docs/rules/space-infix-ops": "https://goo.gl/Ry64VX",
	"https://eslint.org/docs/rules/space-return-throw-case": "https://goo.gl/KLjc7W",
	"https://eslint.org/docs/rules/space-unary-ops": "https://goo.gl/hYNg7U",
	"https://eslint.org/docs/rules/space-unary-word-ops": "https://goo.gl/3qwwj4",
	"https://eslint.org/docs/rules/spaced-comment": "https://goo.gl/rMDkHM",
	"https://eslint.org/docs/rules/spaced-line-comment": "https://goo.gl/i1F7kW",
	"https://eslint.org/docs/rules/strict": "https://goo.gl/tcz9Kf",
	"https://eslint.org/docs/rules/switch-colon-spacing": "https://goo.gl/Ar9qti",
	"https://eslint.org/docs/rules/symbol-description": "https://goo.gl/PFWuS6",
	"https://eslint.org/docs/rules/template-curly-spacing": "https://goo.gl/5xSd4s",
	"https://eslint.org/docs/rules/template-tag-spacing": "https://goo.gl/gYrm9D",
	"https://eslint.org/docs/rules/unicode-bom": "https://goo.gl/2aiqtr",
	"https://eslint.org/docs/rules/use-isnan": "https://goo.gl/h6kQrC",
	"https://eslint.org/docs/rules/valid-jsdoc": "https://goo.gl/afmP8K",
	"https://eslint.org/docs/rules/valid-typeof": "https://goo.gl/E2CRs7",
	"https://eslint.org/docs/rules/vars-on-top": "https://goo.gl/C8pZAX",
	"https://eslint.org/docs/rules/wrap-iife": "https://goo.gl/iqmA4D",
	"https://eslint.org/docs/rules/wrap-regex": "https://goo.gl/T6Ry1w",
	"https://eslint.org/docs/rules/yield-star-spacing": "https://goo.gl/yMxpvL",
	"https://eslint.org/docs/rules/yoda": "https://goo.gl/QdNViH",
	"https://github.com/6riversystems/eslint-plugin-6river/blob/head/docs/rules/new-cap.md#readme": "https://goo.gl/QqioAa",
	"https://github.com/7geese/eslint-plugin-7g/blob/head/docs/rules/__rule-template__.md#readme": "https://goo.gl/8C4Qiy",
	"https://github.com/7geese/eslint-plugin-7g/blob/head/docs/rules/apollo-query-filename.md#readme": "https://goo.gl/QXpuxu",
	"https://github.com/7geese/eslint-plugin-7g/blob/head/docs/rules/no-classname-on-common-components.md#readme": "https://goo.gl/FthWAo",
	"https://github.com/7geese/eslint-plugin-7g/blob/head/docs/rules/no-sg-in-components.md#readme": "https://goo.gl/qiwnyC",
	"https://github.com/7geese/eslint-plugin-7g/blob/head/docs/rules/redux-connect-filenames.md#readme": "https://goo.gl/iUWV6i",
	"https://github.com/adalbertoteixeira/eslint-plugin-no-global-lodash/blob/head/docs/rules/no-global-lodash.md#readme": "https://goo.gl/oMSo4u",
	"https://github.com/adalbertoteixeira/eslint-plugin-react-custom-rules/blob/head/docs/rules/actions-export-pattern.md#readme": "https://goo.gl/GvZfgJ",
	"https://github.com/adalbertoteixeira/eslint-plugin-react-custom-rules/blob/head/docs/rules/react-directive-no-value-prop.md#readme": "https://goo.gl/zUYpoS",
	"https://github.com/adalbertoteixeira/eslint-plugin-react-custom-rules/blob/head/docs/rules/selectors-default-export-only.md#readme": "https://goo.gl/amhW9v",
	"https://github.com/airbnb/eslint-plugin-react-with-styles/blob/head/docs/rules/no-unused-styles.md#readme": "https://goo.gl/uvGU2A",
	"https://github.com/airbnb/eslint-plugin-react-with-styles/blob/head/docs/rules/only-spread-css.md#readme": "https://goo.gl/PWNQRc",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/array-callback-return.md#readme": "https://goo.gl/EeXnuS",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/bare-element-finders.md#readme": "https://goo.gl/uPX89e",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/by-css-shortcut.md#readme": "https://goo.gl/rBdyoC",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/correct-chaining.md#readme": "https://goo.gl/KssK3W",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/limit-selector-depth.md#readme": "https://goo.gl/tJWVmY",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/missing-perform.md#readme": "https://goo.gl/GM3ynr",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/missing-wait-message.md#readme": "https://goo.gl/LxGb3g",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-absolute-url.md#readme": "https://goo.gl/hUnEbX",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-angular-attributes.md#readme": "https://goo.gl/6XcKNK",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-angular-classes.md#readme": "https://goo.gl/VzNNXS",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-array-finder-methods.md#readme": "https://goo.gl/JVs6dx",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-bootstrap-classes.md#readme": "https://goo.gl/DpqYLD",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-browser-driver.md#readme": "https://goo.gl/CvmnHK",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-browser-pause.md#readme": "https://goo.gl/ZmTfce",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-browser-sleep.md#readme": "https://goo.gl/fexGyE",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-by-xpath.md#readme": "https://goo.gl/fCmMRa",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-compound-classes.md#readme": "https://goo.gl/97Vvxb",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-describe-selectors.md#readme": "https://goo.gl/5Ud3Xi",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-execute-script.md#readme": "https://goo.gl/iMVxHT",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-expect-in-po.md#readme": "https://goo.gl/H71NrJ",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-get-in-it.md#readme": "https://goo.gl/1EAMsh",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-get-inner-outer-html.md#readme": "https://goo.gl/fLqfdm",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-get-location-abs-url.md#readme": "https://goo.gl/1uhYbC",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-get-raw-id.md#readme": "https://goo.gl/wXLbsY",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-invalid-selectors.md#readme": "https://goo.gl/L6XJsF",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-promise-in-if.md#readme": "https://goo.gl/s5AjrA",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-repetitive-locators.md#readme": "https://goo.gl/bBs3ed",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-repetitive-selectors.md#readme": "https://goo.gl/uQWQT6",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/no-shadowing.md#readme": "https://goo.gl/onm3jd",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/use-angular-locators.md#readme": "https://goo.gl/XnXsvX",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/use-count-method.md#readme": "https://goo.gl/8D4cCN",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/use-first-last.md#readme": "https://goo.gl/yvNPrb",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/use-promise-all.md#readme": "https://goo.gl/iiewtq",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/use-simple-repeaters.md#readme": "https://goo.gl/1msDpJ",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/valid-by-id.md#readme": "https://goo.gl/wZNqKi",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/valid-by-tagname.md#readme": "https://goo.gl/7FgP6z",
	"https://github.com/alecxe/eslint-plugin-protractor/blob/head/docs/rules/valid-locator-type.md#readme": "https://goo.gl/nbz6fy",
	"https://github.com/alexbird/eslint-plugin-jsxspacing/blob/head/docs/rules/jsx-prop-columns.md#readme": "https://goo.gl/i48HiH",
	"https://github.com/alexmost/eslint-plugin-deprecate/blob/head/docs/rules/function.md#readme": "https://goo.gl/K3FSB5",
	"https://github.com/alexmost/eslint-plugin-deprecate/blob/head/docs/rules/import.md#readme": "https://goo.gl/X6wwNU",
	"https://github.com/alexmost/eslint-plugin-deprecate/blob/head/docs/rules/member-expression.md#readme": "https://goo.gl/8kq4NV",
	"https://github.com/appcelerator/eslint-plugin-alloy/blob/head/docs/rules/no-unused-vars.md#readme": "https://goo.gl/Cw9goQ",
	"https://github.com/apshenkin/eslint-plugin-codeceptjs/blob/head/docs/rules/no-data-only.md#readme": "https://goo.gl/qiDj7M",
	"https://github.com/apshenkin/eslint-plugin-codeceptjs/blob/head/docs/rules/no-pause.md#readme": "https://goo.gl/EZRYri",
	"https://github.com/apshenkin/eslint-plugin-codeceptjs/blob/head/docs/rules/no-scenario-only.md#readme": "https://goo.gl/gvMWQ9",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/assertion-message.md#readme": "https://goo.gl/fbe2cr",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/max-asserts.md#readme": "https://goo.gl/ojnWLC",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-identical-title.md#readme": "https://goo.gl/xcdnqb",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-ignored-test-files.md#readme": "https://goo.gl/f4XyDp",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-only-test.md#readme": "https://goo.gl/skBAEW",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-skip-assert.md#readme": "https://goo.gl/937Dr8",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-skip-test.md#readme": "https://goo.gl/AVx9PD",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-statement-after-end.md#readme": "https://goo.gl/HcgSb2",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/no-unknown-modifiers.md#readme": "https://goo.gl/3duMQ3",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/test-ended.md#readme": "https://goo.gl/MJGZ6x",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/test-title.md#readme": "https://goo.gl/hS1XgM",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/use-t-well.md#readme": "https://goo.gl/rv4bQm",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/use-t.md#readme": "https://goo.gl/H3ggWq",
	"https://github.com/atabel/eslint-plugin-tape/blob/head/docs/rules/use-test.md#readme": "https://goo.gl/kh8GN7",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-ellipsis.md#readme": "https://goo.gl/GK48Nn",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-mismatched-placeholders.md#readme": "https://goo.gl/hKLfgJ",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-named-placeholders.md#readme": "https://goo.gl/UiCCML",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-no-collapsible-whitespace.md#readme": "https://goo.gl/TvrUDM",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-no-placeholders-only.md#readme": "https://goo.gl/1LzC1v",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-no-this-translate.md#readme": "https://goo.gl/1RCHyn",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/i18n-no-variables.md#readme": "https://goo.gl/TSpz6L",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/import-docblock.md#readme": "https://goo.gl/MvUMiw",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/import-no-redux-combine-reducers.md#readme": "https://goo.gl/745xNQ",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/jsx-classname-namespace.md#readme": "https://goo.gl/9YLBvx",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/jsx-gridicon-size.md#readme": "https://goo.gl/4fxG62",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/post-message-no-wildcard-targets.md#readme": "https://goo.gl/D7tKcB",
	"https://github.com/automattic/eslint-plugin-wpcalypso/blob/head/docs/rules/redux-no-bound-selectors.md#readme": "https://goo.gl/rRPfuC",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/assertion-arguments.md#readme": "https://goo.gl/MCTqJy",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/max-asserts.md#readme": "https://goo.gl/BZ8mgd",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-async-fn-without-await.md#readme": "https://goo.gl/ZVBjqF",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-cb-test.md#readme": "https://goo.gl/uuUfxx",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-duplicate-modifiers.md#readme": "https://goo.gl/Xy61LT",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-identical-title.md#readme": "https://goo.gl/gHC52c",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-ignored-test-files.md#readme": "https://goo.gl/RrSTmb",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-import-test-files.md#readme": "https://goo.gl/ybBW1u",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-invalid-end.md#readme": "https://goo.gl/f4fZrh",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-nested-tests.md#readme": "https://goo.gl/ggYE16",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-only-test.md#readme": "https://goo.gl/ZcCwdW",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-skip-assert.md#readme": "https://goo.gl/veCdfA",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-skip-test.md#readme": "https://goo.gl/TpaVBo",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-statement-after-end.md#readme": "https://goo.gl/xuMkX2",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-todo-implementation.md#readme": "https://goo.gl/Qry6f7",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-todo-test.md#readme": "https://goo.gl/8cj7pD",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/no-unknown-modifiers.md#readme": "https://goo.gl/GdHdtu",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/prefer-async-await.md#readme": "https://goo.gl/eU8owg",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/prefer-power-assert.md#readme": "https://goo.gl/6C3qBh",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/test-ended.md#readme": "https://goo.gl/VLmVr4",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/test-title.md#readme": "https://goo.gl/ZD791F",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/use-t-well.md#readme": "https://goo.gl/PciQMu",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/use-t.md#readme": "https://goo.gl/XxtYGP",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/use-test.md#readme": "https://goo.gl/6z4VjF",
	"https://github.com/avajs/eslint-plugin-ava/blob/head/docs/rules/use-true-false.md#readme": "https://goo.gl/AqNXxz",
	"https://github.com/bamlab/eslint-plugin-bam/blob/head/docs/rules/no-react-unbound.md#readme": "https://goo.gl/6ZBVQ7",
	"https://github.com/bamlab/eslint-plugin-bam/blob/head/docs/rules/no-react-uncast-to-boolean.md#readme": "https://goo.gl/z14zAE",
	"https://github.com/banno/eslint-plugin-banno/blob/head/docs/rules/no-for-const.md#readme": "https://goo.gl/FqpVkW",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/default.md#readme": "https://goo.gl/pe25wS",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/dynamic-import-chunkname.md#readme": "https://goo.gl/1YZBNi",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/export.md#readme": "https://goo.gl/qjpLuB",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/exports-last.md#readme": "https://goo.gl/GqVaJt",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/extensions.md#readme": "https://goo.gl/BwY9j4",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/first.md#readme": "https://goo.gl/KMwtL4",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/group-exports.md#readme": "https://goo.gl/fD8wrd",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/max-dependencies.md#readme": "https://goo.gl/qJi4Ht",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/named.md#readme": "https://goo.gl/aKZ27q",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/namespace.md#readme": "https://goo.gl/Rz7koG",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/newline-after-import.md#readme": "https://goo.gl/y6NVPa",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-absolute-path.md#readme": "https://goo.gl/xk4q7j",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-amd.md#readme": "https://goo.gl/rQFdiX",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-anonymous-default-export.md#readme": "https://goo.gl/E2asxP",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-commonjs.md#readme": "https://goo.gl/7MuEu1",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-cycle.md#readme": "https://goo.gl/7FYPD7",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-default-export.md#readme": "https://goo.gl/s2Zx3Z",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-deprecated.md#readme": "https://goo.gl/jEFcff",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-duplicates.md#readme": "https://goo.gl/5X3gNK",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-dynamic-require.md#readme": "https://goo.gl/P183Py",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-extraneous-dependencies.md#readme": "https://goo.gl/BYtrGd",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-internal-modules.md#readme": "https://goo.gl/t64ETD",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-mutable-exports.md#readme": "https://goo.gl/y8b8qT",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-named-as-default-member.md#readme": "https://goo.gl/4vaisU",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-named-as-default.md#readme": "https://goo.gl/kFCfA8",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-named-default.md#readme": "https://goo.gl/G18RMg",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-named-export.md#readme": "https://goo.gl/jZvDRn",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-namespace.md#readme": "https://goo.gl/6tCjey",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-nodejs-modules.md#readme": "https://goo.gl/k54ujt",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-relative-parent-imports.md#readme": "https://goo.gl/Zwortp",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-restricted-paths.md#readme": "https://goo.gl/BLdTtw",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-self-import.md#readme": "https://goo.gl/3hd2A9",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-unassigned-import.md#readme": "https://goo.gl/QpdT41",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-unresolved.md#readme": "https://goo.gl/86cGcD",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-useless-path-segments.md#readme": "https://goo.gl/dsWDbT",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/no-webpack-loader-syntax.md#readme": "https://goo.gl/hszbGe",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/order.md#readme": "https://goo.gl/EXfM6N",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/prefer-default-export.md#readme": "https://goo.gl/AiK1tM",
	"https://github.com/benmosher/eslint-plugin-import/blob/head/docs/rules/unambiguous.md#readme": "https://goo.gl/3UZhVD",
	"https://github.com/betaorbust/eslint-plugin-pocket-fluff/blob/head/docs/rules/no-dead-code.md#readme": "https://goo.gl/78obLN",
	"https://github.com/betaorbust/eslint-plugin-pocket-fluff/blob/head/docs/rules/no-jsx-spread.md#readme": "https://goo.gl/sCmzgK",
	"https://github.com/betaorbust/eslint-plugin-pocket-fluff/blob/head/docs/rules/no-reassigned-consts.md#readme": "https://goo.gl/5JL5tw",
	"https://github.com/boiyaa/eslint-plugin-no-return/blob/head/docs/rules/no-return.md#readme": "https://goo.gl/mFSeVA",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/adjacent-overload-signatures.md#readme": "https://goo.gl/VD3ekM",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/array-type.md#readme": "https://goo.gl/5DXiT1",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/ban-types.md#readme": "https://goo.gl/ymxPTa",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/camelcase.md#readme": "https://goo.gl/Kv79NW",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/class-name-casing.md#readme": "https://goo.gl/3aMvQP",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/explicit-function-return-type.md#readme": "https://goo.gl/E34cN1",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/explicit-member-accessibility.md#readme": "https://goo.gl/c5e9kp",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/generic-type-naming.md#readme": "https://goo.gl/SXBEQc",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/indent.md#readme": "https://goo.gl/dkQPf2",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/interface-name-prefix.md#readme": "https://goo.gl/ZJ1nrN",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/member-delimiter-style.md#readme": "https://goo.gl/1LEnmK",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/member-naming.md#readme": "https://goo.gl/b7PEXX",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/member-ordering.md#readme": "https://goo.gl/HXp5bV",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-angle-bracket-type-assertion.md#readme": "https://goo.gl/e1TxM3",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-array-constructor.md#readme": "https://goo.gl/VkbRtF",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-empty-interface.md#readme": "https://goo.gl/pXsdHZ",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-explicit-any.md#readme": "https://goo.gl/qz6pkh",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-extraneous-class.md#readme": "https://goo.gl/Lr6LXF",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-inferrable-types.md#readme": "https://goo.gl/5SWpd5",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-misused-new.md#readme": "https://goo.gl/qm2nQV",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-namespace.md#readme": "https://goo.gl/nyfck2",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-non-null-assertion.md#readme": "https://goo.gl/ss5jkg",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-object-literal-type-assertion.md#readme": "https://goo.gl/mF1FsM",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-parameter-properties.md#readme": "https://goo.gl/M2oA1E",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-this-alias.md#readme": "https://goo.gl/bgqjnA",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-triple-slash-reference.md#readme": "https://goo.gl/z9K5t7",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-type-alias.md#readme": "https://goo.gl/TuqYGg",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-unused-vars.md#readme": "https://goo.gl/RgzQkX",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-use-before-define.md#readme": "https://goo.gl/4yQp8W",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/no-var-requires.md#readme": "https://goo.gl/PdKPaH",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/prefer-interface.md#readme": "https://goo.gl/8AKrnK",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/prefer-namespace-keyword.md#readme": "https://goo.gl/8Eevph",
	"https://github.com/bradzacher/eslint-plugin-typescript/blob/head/docs/rules/type-annotation-spacing.md#readme": "https://goo.gl/trkvTq",
	"https://github.com/brainmaestro/eslint-plugin-optimize-regex/blob/head/docs/rules/optimize-regex.md#readme": "https://goo.gl/QvrHZm",
	"https://github.com/brendenpalmer/eslint-plugin-disable-features/blob/head/docs/rules/disable-async-await.md#readme": "https://goo.gl/uHKoER",
	"https://github.com/brendenpalmer/eslint-plugin-disable-features/blob/head/docs/rules/disable-generator-functions.md#readme": "https://goo.gl/KqRZQg",
	"https://github.com/brendenpalmer/eslint-plugin-disable-features/blob/head/docs/rules/disable-typeof-checks.md#readme": "https://goo.gl/CVC9Xb",
	"https://github.com/chejen/eslint-plugin-i18n/blob/head/docs/rules/no-chinese-character.md#readme": "https://goo.gl/rgp4gK",
	"https://github.com/chejen/eslint-plugin-i18n/blob/head/docs/rules/no-greek-character.md#readme": "https://goo.gl/9T4Lb3",
	"https://github.com/chejen/eslint-plugin-i18n/blob/head/docs/rules/no-japanese-character.md#readme": "https://goo.gl/JTz6N2",
	"https://github.com/chejen/eslint-plugin-i18n/blob/head/docs/rules/no-korean-character.md#readme": "https://goo.gl/eba1ZP",
	"https://github.com/chejen/eslint-plugin-i18n/blob/head/docs/rules/no-russian-character.md#readme": "https://goo.gl/WkKRsN",
	"https://github.com/chejen/eslint-plugin-i18n/blob/head/docs/rules/no-thai-character.md#readme": "https://goo.gl/4eo8Uy",
	"https://github.com/csslint/csslint/wiki/beware-of-box-model-size": "https://goo.gl/QOkn2a",
	"https://github.com/csslint/csslint/wiki/bulletproof-font-face": "https://goo.gl/nxwWxc",
	"https://github.com/csslint/csslint/wiki/disallow-%21important": "https://goo.gl/80QxPF",
	"https://github.com/csslint/csslint/wiki/disallow-%40import": "https://goo.gl/UQ1LZ1",
	"https://github.com/csslint/csslint/wiki/disallow-adjoining-classes": "https://goo.gl/GqbM13",
	"https://github.com/csslint/csslint/wiki/disallow-box-sizing": "https://goo.gl/bZFEXU",
	"https://github.com/csslint/csslint/wiki/disallow-duplicate-background-images": "https://goo.gl/FrQXdm",
	"https://github.com/csslint/csslint/wiki/disallow-duplicate-properties": "https://goo.gl/xl3qeu",
	"https://github.com/csslint/csslint/wiki/disallow-empty-rules": "https://goo.gl/lTH0RR",
	"https://github.com/csslint/csslint/wiki/disallow-ids-in-selectors": "https://goo.gl/77PqFu",
	"https://github.com/csslint/csslint/wiki/disallow-negative-text-indent": "https://goo.gl/csMxcl",
	"https://github.com/csslint/csslint/wiki/disallow-non-alphabetical": "https://goo.gl/OjRR3r",
	"https://github.com/csslint/csslint/wiki/disallow-outline%3anone": "https://goo.gl/PFYNRR",
	"https://github.com/csslint/csslint/wiki/disallow-overqualified-elements": "https://goo.gl/sPUcHP",
	"https://github.com/csslint/csslint/wiki/disallow-qualified-headings": "https://goo.gl/u8jd92",
	"https://github.com/csslint/csslint/wiki/disallow-selectors-that-look-like-regular-expressions": "https://goo.gl/2lWLmT",
	"https://github.com/csslint/csslint/wiki/disallow-star-hack": "https://goo.gl/ANzxUE",
	"https://github.com/csslint/csslint/wiki/disallow-too-many-floats": "https://goo.gl/yMVqMR",
	"https://github.com/csslint/csslint/wiki/disallow-underscore-hack": "https://goo.gl/U2wjDL",
	"https://github.com/csslint/csslint/wiki/disallow-units-for-zero-values": "https://goo.gl/Tv3NgI",
	"https://github.com/csslint/csslint/wiki/disallow-universal-selector": "https://goo.gl/jJrGhj",
	"https://github.com/csslint/csslint/wiki/disallow-unqualified-attribute-selectors": "https://goo.gl/TSVO2u",
	"https://github.com/csslint/csslint/wiki/don%27t-use-too-many-font-size-declarations": "https://goo.gl/E8tGy0",
	"https://github.com/csslint/csslint/wiki/don%27t-use-too-many-web-fonts": "https://goo.gl/qy5zEv",
	"https://github.com/csslint/csslint/wiki/headings-should-only-be-defined-once": "https://goo.gl/wsfGcv",
	"https://github.com/csslint/csslint/wiki/require-all-gradient-definitions": "https://goo.gl/YS9U1R",
	"https://github.com/csslint/csslint/wiki/require-compatible-vendor-prefixes": "https://goo.gl/n4BHoj",
	"https://github.com/csslint/csslint/wiki/require-fallback-colors": "https://goo.gl/fwR0G8",
	"https://github.com/csslint/csslint/wiki/require-properties-appropriate-for-display": "https://goo.gl/8RO9mq",
	"https://github.com/csslint/csslint/wiki/require-shorthand-properties": "https://goo.gl/Bfpmco",
	"https://github.com/csslint/csslint/wiki/require-standard-property-with-vendor-prefix": "https://goo.gl/ArArXO",
	"https://github.com/csslint/csslint/wiki/require-use-of-known-properties": "https://goo.gl/xbD7ut",
	"https://github.com/cvazac/eslint-plugin-react-perf/blob/head/docs/rules/jsx-no-jsx-as-prop.md#readme": "https://goo.gl/Hg6EBj",
	"https://github.com/cvazac/eslint-plugin-react-perf/blob/head/docs/rules/jsx-no-new-array-as-prop.md#readme": "https://goo.gl/ZYNyNv",
	"https://github.com/cvazac/eslint-plugin-react-perf/blob/head/docs/rules/jsx-no-new-function-as-prop.md#readme": "https://goo.gl/5auPKr",
	"https://github.com/cvazac/eslint-plugin-react-perf/blob/head/docs/rules/jsx-no-new-object-as-prop.md#readme": "https://goo.gl/N2L1Xk",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/amd-function-arity.md#readme": "https://goo.gl/hFDJzN",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/enforce-define.md#readme": "https://goo.gl/LnE1Mx",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-amd-define.md#readme": "https://goo.gl/h9KQ3b",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-assign-exports.md#readme": "https://goo.gl/HwEK4m",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-assign-require.md#readme": "https://goo.gl/8bXDkb",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-commonjs-exports.md#readme": "https://goo.gl/RZESwQ",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-commonjs-module-exports.md#readme": "https://goo.gl/i56NQ9",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-commonjs-return.md#readme": "https://goo.gl/fNviWj",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-commonjs-wrapper.md#readme": "https://goo.gl/aEgWXa",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-conditional-require.md#readme": "https://goo.gl/CENV87",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-dynamic-require.md#readme": "https://goo.gl/3es9zy",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-function-define.md#readme": "https://goo.gl/u2senS",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-invalid-define.md#readme": "https://goo.gl/gNBWuS",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-invalid-require.md#readme": "https://goo.gl/PLDBDB",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-js-extension.md#readme": "https://goo.gl/BpevqT",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-multiple-define.md#readme": "https://goo.gl/jh6LPL",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-named-define.md#readme": "https://goo.gl/fcnVid",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-object-define.md#readme": "https://goo.gl/tFdTYj",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/no-require-tourl.md#readme": "https://goo.gl/bM2tUe",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/one-dependency-per-line.md#readme": "https://goo.gl/mc2hRb",
	"https://github.com/cvisco/eslint-plugin-requirejs/blob/head/docs/rules/sort-amd-paths.md#readme": "https://goo.gl/1mfStp",
	"https://github.com/cypress-io/eslint-plugin-cypress/blob/head/docs/rules/no-assigning-return-values.md#readme": "https://goo.gl/uAqxh7",
	"https://github.com/cypress-io/eslint-plugin-cypress/blob/head/docs/rules/no-unnecessary-waiting.md#readme": "https://goo.gl/aP4LXT",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/handle-done-callback.md#readme": "https://goo.gl/KkRVYm",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/max-top-level-suites.md#readme": "https://goo.gl/veevbR",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-exclusive-tests.md#readme": "https://goo.gl/4hDY6T",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-global-tests.md#readme": "https://goo.gl/ZWJtCE",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-hooks-for-single-case.md#readme": "https://goo.gl/SEGd1Q",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-hooks.md#readme": "https://goo.gl/4VUiu6",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-identical-title.md#readme": "https://goo.gl/8Vcm2B",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-mocha-arrows.md#readme": "https://goo.gl/8MxafA",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-nested-tests.md#readme": "https://goo.gl/3y2grW",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-pending-tests.md#readme": "https://goo.gl/e5fjfD",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-return-and-callback.md#readme": "https://goo.gl/Bsk16o",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-sibling-hooks.md#readme": "https://goo.gl/XHYMWw",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-skipped-tests.md#readme": "https://goo.gl/6NSTEz",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-synchronous-tests.md#readme": "https://goo.gl/nk2sZ4",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/no-top-level-hooks.md#readme": "https://goo.gl/PL5Sr8",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/readme.md#readme": "https://goo.gl/FavcbB",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/valid-suite-description.md#readme": "https://goo.gl/bmczjF",
	"https://github.com/daniel-lundin/eslint-plugin-mocha/blob/head/docs/rules/valid-test-description.md#readme": "https://goo.gl/vCPqe5",
	"https://github.com/danielmschmidt/eslint-plugin-test-names/blob/head/docs/rules/blacklist-word-in-test-name.md#readme": "https://goo.gl/QYT1Ua",
	"https://github.com/danrigsby/eslint-plugin-idiomatic-jsx/blob/head/docs/rules/prevent-attributes.md#readme": "https://goo.gl/mPAZmQ",
	"https://github.com/danrigsby/eslint-plugin-idiomatic-jsx/blob/head/docs/rules/prevent-components.md#readme": "https://goo.gl/8kTRNX",
	"https://github.com/danrigsby/eslint-plugin-idiomatic-jsx/blob/head/docs/rules/require-attributes.md#readme": "https://goo.gl/ErYz6R",
	"https://github.com/darrinholst/eslint-plugin-cucumber/blob/head/docs/rules/async-then.md#readme": "https://goo.gl/SfSvNF",
	"https://github.com/darrinholst/eslint-plugin-cucumber/blob/head/docs/rules/no-restricted-tags.md#readme": "https://goo.gl/dVWWL6",
	"https://github.com/davidwaterston/eslint-plugin-objects/blob/head/docs/rules/no-object-properties-first-line.md#readme": "https://goo.gl/pn1rcR",
	"https://github.com/davidwaterston/eslint-plugin-objects/blob/head/docs/rules/no-object-properties-last-line.md#readme": "https://goo.gl/uU6PNP",
	"https://github.com/davidwaterston/eslint-plugin-objects/blob/head/docs/rules/no-object-properties-one-line.md#readme": "https://goo.gl/pYAbtt",
	"https://github.com/davidwaterston/eslint-plugin-objects/blob/head/docs/rules/no-object-property-split.md#readme": "https://goo.gl/q4kDwC",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/deku-in-jsx-scope.md#readme": "https://goo.gl/RRTVp8",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/display-name.md#readme": "https://goo.gl/Dp3Thi",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-boolean-value.md#readme": "https://goo.gl/9RMGeF",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-curly-spacing.md#readme": "https://goo.gl/DFiAhP",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-max-props-per-line.md#readme": "https://goo.gl/YsNTJ3",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-no-duplicate-props.md#readme": "https://goo.gl/KiqWXK",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-no-undef.md#readme": "https://goo.gl/Yg6wQU",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-quotes.md#readme": "https://goo.gl/Ds4RWe",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-sort-prop-types.md#readme": "https://goo.gl/5286CM",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-sort-props.md#readme": "https://goo.gl/c3ueTa",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-uses-deku.md#readme": "https://goo.gl/ZJjNRY",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/jsx-uses-vars.md#readme": "https://goo.gl/9i1cUU",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/no-danger.md#readme": "https://goo.gl/zJmY6s",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/no-did-mount-set-state.md#readme": "https://goo.gl/Nnufqk",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/no-did-update-set-state.md#readme": "https://goo.gl/TCTTew",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/no-multi-comp.md#readme": "https://goo.gl/y3zezs",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/no-unknown-property.md#readme": "https://goo.gl/h6bJxa",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/prop-types.md#readme": "https://goo.gl/ZUpna8",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/require-extension.md#readme": "https://goo.gl/NJtikG",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/self-closing-comp.md#readme": "https://goo.gl/dF8Jov",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/sort-comp.md#readme": "https://goo.gl/Q2S8Ns",
	"https://github.com/deku-scrubs/eslint-plugin-deku/blob/head/docs/rules/wrap-multilines.md#readme": "https://goo.gl/UgbyDc",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/audit-argument-checks.md#readme": "https://goo.gl/CirXuj",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/eventmap-params.md#readme": "https://goo.gl/PFExDF",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/no-dom-lookup-on-created.md#readme": "https://goo.gl/uFw2qN",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/no-session.md#readme": "https://goo.gl/zRxADt",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/no-template-lifecycle-assignments.md#readme": "https://goo.gl/jfsyue",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/no-template-parent-data.md#readme": "https://goo.gl/7qrdbH",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/no-zero-timeout.md#readme": "https://goo.gl/LUmaVX",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/prefer-session-equals.md#readme": "https://goo.gl/uKe3WK",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/prefix-eventmap-selectors.md#readme": "https://goo.gl/sv7KqV",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/scope-dom-lookups.md#readme": "https://goo.gl/tvJvqG",
	"https://github.com/dferber90/eslint-plugin-meteor/blob/head/docs/rules/template-names.md#readme": "https://goo.gl/6RoY4x",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/connect-prefer-minimum-two-arguments.md#readme": "https://goo.gl/exGr6j",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/connect-prefer-named-arguments.md#readme": "https://goo.gl/drvRin",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/maodispatchtoprops-prefer-shorthand.md#readme": "https://goo.gl/LzxqPU",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/mapdispatchtoprops-prefer-parameters-names.md#readme": "https://goo.gl/jxBxN2",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/mapdispatchtoprops-returns-object.md#readme": "https://goo.gl/m1vXfH",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/mapstatetoprops-no-store.md#readme": "https://goo.gl/WcrTbN",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/mapstatetoprops-prefer-hoisted.md#readme": "https://goo.gl/4kJkfs",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/mapstatetoprops-prefer-parameters-names.md#readme": "https://goo.gl/FSUqb5",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/no-unused-prop-types.md#readme": "https://goo.gl/CESBWB",
	"https://github.com/dianasuvorova/eslint-plugin-react-redux/blob/head/docs/rules/prefer-separate-component-file.md#readme": "https://goo.gl/L9Rx1V",
	"https://github.com/divyagnan/eslint-plugin-ternaries/blob/head/docs/rules/no-empty-ternary.md#readme": "https://goo.gl/1rdPSi",
	"https://github.com/divyagnan/eslint-plugin-ternaries/blob/head/docs/rules/no-null-ternary.md#readme": "https://goo.gl/AaNepy",
	"https://github.com/dollarshaveclub/eslint-plugin-dollarshaveclub/blob/head/docs/rules/spread-mixins.md#readme": "https://goo.gl/cwBnND",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#charset": "https://goo.gl/hK94EO",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#end_of_line": "https://goo.gl/te3t0s",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#indent_size": "https://goo.gl/QtGB8R",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#indent_style": "https://goo.gl/8Qkrbr",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#insert_final_newline": "https://goo.gl/LRCZMy",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#max_line_length": "https://goo.gl/DI51mx",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#tab_width": "https://goo.gl/4CkDop",
	"https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties#trim_trailing_whitespace": "https://goo.gl/oo8iVb",
	"https://github.com/eight-solutions/eslint-plugin-cumul8/blob/head/docs/rules/alphabetical-destructuring.md#readme": "https://goo.gl/fMXGGX",
	"https://github.com/eight-solutions/eslint-plugin-cumul8/blob/head/docs/rules/alphabetical-stylesheets.md#readme": "https://goo.gl/JdT3cD",
	"https://github.com/eight-solutions/eslint-plugin-cumul8/blob/head/docs/rules/inefficient-for-each.md#readme": "https://goo.gl/xutqqe",
	"https://github.com/eight-solutions/eslint-plugin-cumul8/blob/head/docs/rules/inefficient-for-loop.md#readme": "https://goo.gl/QcGfnX",
	"https://github.com/elijahmanor/eslint-plugin-smells/blob/head/docs/rules/no-switch.md#readme": "https://goo.gl/qxQ1wF",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/alias-model-in-controller.md#readme": "https://goo.gl/SaFHtd",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/assert-arg-order.md#readme": "https://goo.gl/E34K1B",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/avoid-leaking-state-in-components.md#readme": "https://goo.gl/fzQE4e",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/avoid-leaking-state-in-ember-objects.md#readme": "https://goo.gl/Nnw7PD",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/avoid-using-needs-in-controllers.md#readme": "https://goo.gl/6gPajf",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/closure-actions.md#readme": "https://goo.gl/gW6J2o",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/jquery-ember-run.md#readme": "https://goo.gl/mjQZbe",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/local-modules.md#readme": "https://goo.gl/whdNbu",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/named-functions-in-promises.md#readme": "https://goo.gl/wqhux2",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/new-module-imports.md#readme": "https://goo.gl/tjuHR7",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-attrs-in-components.md#readme": "https://goo.gl/rUKUPJ",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-attrs-snapshot.md#readme": "https://goo.gl/i1hXsF",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-capital-letters-in-routes.md#readme": "https://goo.gl/gFD2mw",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-deeply-nested-dependent-keys-with-each.md#readme": "https://goo.gl/XVZDTa",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-duplicate-dependent-keys.md#readme": "https://goo.gl/Y6nHr6",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-ember-super-in-es-classes.md#readme": "https://goo.gl/n3ioAE",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-ember-testing-in-module-scope.md#readme": "https://goo.gl/t9hKxu",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-empty-attrs.md#readme": "https://goo.gl/k4cpCA",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-function-prototype-extensions.md#readme": "https://goo.gl/ibU5fW",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-global-jquery.md#readme": "https://goo.gl/8GbrP4",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-jquery.md#readme": "https://goo.gl/FJ38hM",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-new-mixins.md#readme": "https://goo.gl/jZntZ6",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-observers.md#readme": "https://goo.gl/kSq5Xh",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-old-shims.md#readme": "https://goo.gl/tMN73S",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-on-calls-in-components.md#readme": "https://goo.gl/1vjs2b",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-restricted-resolver-tests.md#readme": "https://goo.gl/1uNLM7",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-side-effects.md#readme": "https://goo.gl/s3ERYm",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-test-and-then.md#readme": "https://goo.gl/DPEUgj",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/no-test-import-export.md#readme": "https://goo.gl/3nF68B",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/order-in-components.md#readme": "https://goo.gl/4yMhWi",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/order-in-controllers.md#readme": "https://goo.gl/Dc5qYm",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/order-in-models.md#readme": "https://goo.gl/xV6RUu",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/order-in-routes.md#readme": "https://goo.gl/KvftJu",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/require-super-in-init.md#readme": "https://goo.gl/p4GKb7",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/routes-segments-snake-case.md#readme": "https://goo.gl/KmMKT9",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/use-brace-expansion.md#readme": "https://goo.gl/8X6uJT",
	"https://github.com/ember-cli/eslint-plugin-ember/blob/head/docs/rules/use-ember-get-and-set.md#readme": "https://goo.gl/CcasXb",
	"https://github.com/emmenko/eslint-plugin-no-class/blob/head/docs/rules/no-class.md#readme": "https://goo.gl/bo5bwe",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/accessible-emoji.md#readme": "https://goo.gl/6unhWA",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/alt-text.md#readme": "https://goo.gl/oNf4vz",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/anchor-has-content.md#readme": "https://goo.gl/dh1TRz",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/anchor-is-valid.md#readme": "https://goo.gl/EU8LcN",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/aria-activedescendant-has-tabindex.md#readme": "https://goo.gl/Wt8KJ1",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/aria-props.md#readme": "https://goo.gl/kkW7sa",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/aria-proptypes.md#readme": "https://goo.gl/1FhvVv",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/aria-role.md#readme": "https://goo.gl/JP9psv",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/aria-unsupported-elements.md#readme": "https://goo.gl/MuiRYt",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/click-events-have-key-events.md#readme": "https://goo.gl/RVcCCy",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/heading-has-content.md#readme": "https://goo.gl/5exKNM",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/html-has-lang.md#readme": "https://goo.gl/sBnFqf",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/iframe-has-title.md#readme": "https://goo.gl/6yJWH6",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/img-redundant-alt.md#readme": "https://goo.gl/cf4vQw",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/interactive-supports-focus.md#readme": "https://goo.gl/3UEMtt",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/label-has-associated-control.md#readme": "https://goo.gl/EmLMm3",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/label-has-for.md#readme": "https://goo.gl/2owFwz",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/lang.md#readme": "https://goo.gl/Z7b7ui",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/media-has-caption.md#readme": "https://goo.gl/Lq97KP",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/mouse-events-have-key-events.md#readme": "https://goo.gl/ZTJDkk",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-access-key.md#readme": "https://goo.gl/7R8q7v",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-autofocus.md#readme": "https://goo.gl/ggE1bH",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-distracting-elements.md#readme": "https://goo.gl/BH1czJ",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-interactive-element-to-noninteractive-role.md#readme": "https://goo.gl/do5c8z",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-noninteractive-element-interactions.md#readme": "https://goo.gl/xJJx9J",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-noninteractive-element-to-interactive-role.md#readme": "https://goo.gl/DVgFuj",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-noninteractive-tabindex.md#readme": "https://goo.gl/7aVFQ4",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-onchange.md#readme": "https://goo.gl/xwgiHo",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-redundant-roles.md#readme": "https://goo.gl/gtrS9o",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/no-static-element-interactions.md#readme": "https://goo.gl/3ddYCZ",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/role-has-required-aria-props.md#readme": "https://goo.gl/TVzSrP",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/role-supports-aria-props.md#readme": "https://goo.gl/RMChiB",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/scope.md#readme": "https://goo.gl/5JVZxM",
	"https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/head/docs/rules/tabindex-no-positive.md#readme": "https://goo.gl/zQy3WC",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/empty-lines.md#readme": "https://goo.gl/KZErK7",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/indent.md#readme": "https://goo.gl/fSzqgE",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/no-broken-template.md#readme": "https://goo.gl/YwRrNU",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/no-interpolation.md#readme": "https://goo.gl/73bNvT",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/no-undef.md#readme": "https://goo.gl/zDciSn",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/quotes.md#readme": "https://goo.gl/VQFLpe",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/uses-react.md#readme": "https://goo.gl/vj3uUu",
	"https://github.com/ezhlobo/eslint-plugin-react-pug/blob/head/docs/rules/uses-vars.md#readme": "https://goo.gl/sXsvPu",
	"https://github.com/findmypast-oss/eslint-plugin-deprecate-import/blob/head/docs/rules/module.md#readme": "https://goo.gl/Xw96kn",
	"https://github.com/findmypast-oss/eslint-plugin-require-docs/blob/head/docs/rules/flow-types.md#readme": "https://goo.gl/AuBQAB",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/ensure-dependency-order.md#readme": "https://goo.gl/ddzMro",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/ensure-super-call-in-initialize.md#readme": "https://goo.gl/29GVxV",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/indent.md#readme": "https://goo.gl/UUYsgP",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-concatenated-polyglots.md#readme": "https://goo.gl/5NPZew",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-define-on-multiple-lines.md#readme": "https://goo.gl/bttRjC",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-define-unused-dependency.md#readme": "https://goo.gl/S6ACiZ",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-define-with-less-than-2-arguments.md#readme": "https://goo.gl/CNuoSg",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-dot-dot-in-define.md#readme": "https://goo.gl/z1krT2",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-untranslated-polyglots.md#readme": "https://goo.gl/GSKSaV",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/no-untrimmed-polyglots.md#readme": "https://goo.gl/Gzab9q",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/only-literal-polyglots.md#readme": "https://goo.gl/PvJhYP",
	"https://github.com/foretagsplatsen/ftgp-eslint/blob/head/docs/rules/require-class-comment.md#readme": "https://goo.gl/7oSKTA",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/accessibility-label.md#readme": "https://goo.gl/XCSNc3",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-accessibility-props.md#readme": "https://goo.gl/NbiVBd",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-valid-accessibility-component-type.md#readme": "https://goo.gl/9rZQxc",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-valid-accessibility-live-region.md#readme": "https://goo.gl/GuGg9T",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-valid-accessibility-role.md#readme": "https://goo.gl/7QUcNF",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-valid-accessibility-states.md#readme": "https://goo.gl/6u7f2j",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-valid-accessibility-traits.md#readme": "https://goo.gl/28nbrE",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/has-valid-important-for-accessibility.md#readme": "https://goo.gl/t3eRGX",
	"https://github.com/formidablelabs/eslint-plugin-react-native-a11y/blob/head/docs/rules/no-nested-touchables.md#readme": "https://goo.gl/p4Bakd",
	"https://github.com/freewheel/eslint-plugin-modulajs/blob/head/docs/rules/createmodel-attrs-order.md#readme": "https://goo.gl/TVTd44",
	"https://github.com/freewheel/eslint-plugin-modulajs/blob/head/docs/rules/gettext-params.md#readme": "https://goo.gl/KWPHzt",
	"https://github.com/freewheel/eslint-plugin-modulajs/blob/head/docs/rules/no-mutable-event-types-payload-in-models.md#readme": "https://goo.gl/AGtm4j",
	"https://github.com/freewheel/eslint-plugin-modulajs/blob/head/docs/rules/no-mutable-prop-types-in-models.md#readme": "https://goo.gl/JhBHqx",
	"https://github.com/freewheel/eslint-plugin-modulajs/blob/head/docs/rules/use-function-in-model-defaults.md#readme": "https://goo.gl/rR62jA",
	"https://github.com/fusionalliance/eslint-plugin-fasec/blob/head/docs/rules/no-csrf-before-method-override.md#readme": "https://goo.gl/wMh2cn",
	"https://github.com/fusionalliance/eslint-plugin-fasec/blob/head/docs/rules/no-timing-attacks.md#readme": "https://goo.gl/332ry7",
	"https://github.com/fusionalliance/eslint-plugin-fasec/blob/head/docs/rules/no-unsafe-regex.md#readme": "https://goo.gl/krTAJS",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/angularelement.md#readme": "https://goo.gl/LC4TMC",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/avoid-scope-typos.md#readme": "https://goo.gl/UhT4Ew",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/component-limit.md#readme": "https://goo.gl/oQAZ73",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/component-name.md#readme": "https://goo.gl/HVKSVx",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/constant-name.md#readme": "https://goo.gl/m7P9DB",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/controller-as-route.md#readme": "https://goo.gl/6RGC3z",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/controller-as-vm.md#readme": "https://goo.gl/sDn8RB",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/controller-as.md#readme": "https://goo.gl/vBE75d",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/controller-name.md#readme": "https://goo.gl/oAXDpq",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/deferred.md#readme": "https://goo.gl/B7XU82",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/definedundefined.md#readme": "https://goo.gl/QQfYEL",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/di-order.md#readme": "https://goo.gl/zZ6bHd",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/di-unused.md#readme": "https://goo.gl/4M5XXJ",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/di.md#readme": "https://goo.gl/T3PsWq",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/directive-name.md#readme": "https://goo.gl/jgm8Kd",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/directive-restrict.md#readme": "https://goo.gl/uN2VVK",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/document-service.md#readme": "https://goo.gl/vmu7nT",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/dumb-inject.md#readme": "https://goo.gl/FGa9RG",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/empty-controller.md#readme": "https://goo.gl/BZtfhL",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/factory-name.md#readme": "https://goo.gl/G49cu7",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/file-name.md#readme": "https://goo.gl/nPSD56",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/filter-name.md#readme": "https://goo.gl/5i98uG",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/foreach.md#readme": "https://goo.gl/zCxujd",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/function-type.md#readme": "https://goo.gl/1YQKyf",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/interval-service.md#readme": "https://goo.gl/HmJWnw",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/json-functions.md#readme": "https://goo.gl/6T1imq",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/log.md#readme": "https://goo.gl/4Nzuor",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/module-dependency-order.md#readme": "https://goo.gl/vPcayL",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/module-getter.md#readme": "https://goo.gl/Zb1GvG",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/module-name.md#readme": "https://goo.gl/ortT5T",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/module-setter.md#readme": "https://goo.gl/pquZAm",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-angular-mock.md#readme": "https://goo.gl/o3H598",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-controller.md#readme": "https://goo.gl/s8oXc7",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-cookiestore.md#readme": "https://goo.gl/FJdCRS",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-directive-replace.md#readme": "https://goo.gl/LdSntq",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-http-callback.md#readme": "https://goo.gl/RB2jeH",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-inline-template.md#readme": "https://goo.gl/xC2v9R",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-jquery-angularelement.md#readme": "https://goo.gl/ttaueE",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-private-call.md#readme": "https://goo.gl/Ewhx1c",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-run-logic.md#readme": "https://goo.gl/QTXmT7",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-service-method.md#readme": "https://goo.gl/YyDEgh",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/no-services.md#readme": "https://goo.gl/3jmtpu",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/on-destroy.md#readme": "https://goo.gl/NBdJEU",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/on-watch.md#readme": "https://goo.gl/ghRzdB",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/one-dependency-per-line.md#readme": "https://goo.gl/tVrB8j",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/prefer-component.md#readme": "https://goo.gl/Wz9xhR",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/provider-name.md#readme": "https://goo.gl/TT8a7Q",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/rest-service.md#readme": "https://goo.gl/C41wSd",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/service-name.md#readme": "https://goo.gl/scVgG8",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/timeout-service.md#readme": "https://goo.gl/ajY4Wz",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/typecheck-array.md#readme": "https://goo.gl/mcr8wW",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/typecheck-date.md#readme": "https://goo.gl/oNfYhC",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/typecheck-function.md#readme": "https://goo.gl/Zwo8FQ",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/typecheck-number.md#readme": "https://goo.gl/MTZKbL",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/typecheck-object.md#readme": "https://goo.gl/U7hXK8",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/typecheck-string.md#readme": "https://goo.gl/f9mjo2",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/value-name.md#readme": "https://goo.gl/1RpHBB",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/watchers-execution.md#readme": "https://goo.gl/U5vzqB",
	"https://github.com/gillespie59/eslint-plugin-angular/blob/head/docs/rules/window-service.md#readme": "https://goo.gl/CEd7Xi",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/array-foreach.md#readme": "https://goo.gl/46R4HL",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/async-preventdefault.md#readme": "https://goo.gl/7TdJxk",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/authenticity-token.md#readme": "https://goo.gl/m9WH7k",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/js-class-name.md#readme": "https://goo.gl/3fTQTt",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/no-dataset.md#readme": "https://goo.gl/TERsCB",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/no-flow-weak.md#readme": "https://goo.gl/wAb4op",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/no-flowfixme.md#readme": "https://goo.gl/AzqGwU",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/no-noflow.md#readme": "https://goo.gl/bYxM8e",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/no-then.md#readme": "https://goo.gl/B2V79C",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/unused-export.md#readme": "https://goo.gl/NfH111",
	"https://github.com/github/eslint-plugin-github/blob/head/docs/rules/unused-module.md#readme": "https://goo.gl/k7kV8V",
	"https://github.com/gridsome/eslint-plugin-gridsome/blob/head/docs/rules/format-query-block.md#readme": "https://goo.gl/dovyAG",
	"https://github.com/heroprotagonist/eslint-plugin-module-resolver/blob/head/docs/rules/use-alias.md#readme": "https://goo.gl/qTsjNp",
	"https://github.com/hijup/eslint-plugin-hijup/blob/head/docs/rules/explicit-button-type.md#readme": "https://goo.gl/wFd6gw",
	"https://github.com/hijup/eslint-plugin-hijup/blob/head/docs/rules/no-wrap-template-string.md#readme": "https://goo.gl/oSGhxB",
	"https://github.com/ideadapt/eslint-plugin-jsapps/blob/head/docs/rules/component-test-naming.md#readme": "https://goo.gl/4bPhKN",
	"https://github.com/ideadapt/eslint-plugin-jsapps/blob/head/docs/rules/expect-length.md#readme": "https://goo.gl/tPuEt7",
	"https://github.com/ideadapt/eslint-plugin-jsapps/blob/head/docs/rules/js-api-preference.md#readme": "https://goo.gl/PR6udB",
	"https://github.com/ideadapt/eslint-plugin-jsapps/blob/head/docs/rules/reserved-keys.md#readme": "https://goo.gl/6Ucohy",
	"https://github.com/igat64/eslint-plugin-no-call/blob/head/docs/rules/no-call.md#readme": "https://goo.gl/VrwB1d",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/collection-model.md#readme": "https://goo.gl/ofNpzK",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/defaults-on-top.md#readme": "https://goo.gl/S11pXS",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/event-scope.md#readme": "https://goo.gl/HSkVxq",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/events-on-top.md#readme": "https://goo.gl/bvzGdg",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/events-sort.md#readme": "https://goo.gl/2VYiti",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/initialize-on-top.md#readme": "https://goo.gl/2NNv3G",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/model-defaults.md#readme": "https://goo.gl/Pe5Y4T",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-changed-set.md#readme": "https://goo.gl/pDkd4V",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-collection-models.md#readme": "https://goo.gl/H9Qgu2",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-constructor.md#readme": "https://goo.gl/8bYTbr",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-el-assign.md#readme": "https://goo.gl/q3S6vy",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-model-attributes.md#readme": "https://goo.gl/iAeYL9",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-native-jquery.md#readme": "https://goo.gl/nsgzUP",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-silent.md#readme": "https://goo.gl/rKLPu4",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-view-collection-models.md#readme": "https://goo.gl/Sx7QJG",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-view-model-attributes.md#readme": "https://goo.gl/XUVAok",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-view-onoff-binding.md#readme": "https://goo.gl/SkfjW2",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/no-view-qualified-jquery.md#readme": "https://goo.gl/cdCL8b",
	"https://github.com/ilyavolodin/eslint-plugin-backbone/blob/head/docs/rules/render-return.md#readme": "https://goo.gl/sGpfei",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/button-has-type.md#readme": "https://goo.gl/fxqXpo",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/destructuring-assignment.md#readme": "https://goo.gl/GVX9in",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/forbid-component-props.md#readme": "https://goo.gl/xEWs2v",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/forbid-dom-props.md#readme": "https://goo.gl/rUKNTR",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/forbid-elements.md#readme": "https://goo.gl/qoaX18",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/inferno-in-jsx-scope.md#readme": "https://goo.gl/KSZMKF",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-boolean-value.md#readme": "https://goo.gl/TVVDVr",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-child-element-spacing.md#readme": "https://goo.gl/xUBNm7",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-closing-bracket-location.md#readme": "https://goo.gl/bHL8sT",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-closing-tag-location.md#readme": "https://goo.gl/vb1PR4",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-curly-brace-presence.md#readme": "https://goo.gl/Cw1Ttu",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-curly-spacing.md#readme": "https://goo.gl/otxYas",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-equals-spacing.md#readme": "https://goo.gl/G8WSwm",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-filename-extension.md#readme": "https://goo.gl/YU1Qpc",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-first-prop-new-line.md#readme": "https://goo.gl/oBbnVw",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-handler-names.md#readme": "https://goo.gl/dzXUei",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-indent-props.md#readme": "https://goo.gl/QDpfMx",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-indent.md#readme": "https://goo.gl/Afj3JD",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-key.md#readme": "https://goo.gl/RxQqoD",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-max-depth.md#readme": "https://goo.gl/yJQJrd",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-max-props-per-line.md#readme": "https://goo.gl/9da7xR",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-no-bind.md#readme": "https://goo.gl/zsjuz2",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-no-comment-textnodes.md#readme": "https://goo.gl/PzhqEd",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-no-duplicate-props.md#readme": "https://goo.gl/ZfQ769",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-no-literals.md#readme": "https://goo.gl/Y8GWjt",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-no-target-blank.md#readme": "https://goo.gl/9PHWuh",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-no-undef.md#readme": "https://goo.gl/SH6DVo",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-one-expression-per-line.md#readme": "https://goo.gl/8gRwcs",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-pascal-case.md#readme": "https://goo.gl/dPxdDi",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-props-no-multi-spaces.md#readme": "https://goo.gl/okRqs3",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-sort-default-props.md#readme": "https://goo.gl/rjy6J2",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-sort-props.md#readme": "https://goo.gl/F9mLMU",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-space-before-closing.md#readme": "https://goo.gl/Q2MVLF",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-tag-spacing.md#readme": "https://goo.gl/oqYrXJ",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-uses-inferno.md#readme": "https://goo.gl/Dxdsa6",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-uses-vars.md#readme": "https://goo.gl/YuEKPU",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/jsx-wrap-multilines.md#readme": "https://goo.gl/CQyZyx",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-access-state-in-setstate.md#readme": "https://goo.gl/wFLGC9",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-array-index-key.md#readme": "https://goo.gl/YbKHJL",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-children-prop.md#readme": "https://goo.gl/2Uu8mP",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-danger-with-children.md#readme": "https://goo.gl/sRjZUf",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-danger.md#readme": "https://goo.gl/RBcqPk",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-did-mount-set-state.md#readme": "https://goo.gl/ckiQ28",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-did-update-set-state.md#readme": "https://goo.gl/43AmXo",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-direct-mutation-state.md#readme": "https://goo.gl/xiPz1a",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-find-dom-node.md#readme": "https://goo.gl/Jox6ay",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-is-mounted.md#readme": "https://goo.gl/utnQvL",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-multi-comp.md#readme": "https://goo.gl/ecqRAH",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-render-return-value.md#readme": "https://goo.gl/bq3LJm",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-set-state.md#readme": "https://goo.gl/46C94f",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-string-refs.md#readme": "https://goo.gl/Q8HL93",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-this-in-sfc.md#readme": "https://goo.gl/TJQHDR",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-typos.md#readme": "https://goo.gl/x5haHD",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-unescaped-entities.md#readme": "https://goo.gl/62YGaF",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-unknown-property.md#readme": "https://goo.gl/zAMQ8b",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-unused-state.md#readme": "https://goo.gl/M1m1qv",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/no-will-update-set-state.md#readme": "https://goo.gl/3sNFr5",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/prefer-es6-class.md#readme": "https://goo.gl/F34qpo",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/prefer-stateless-function.md#readme": "https://goo.gl/K26H55",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/require-optimization.md#readme": "https://goo.gl/KWgX3z",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/require-render-return.md#readme": "https://goo.gl/mDib41",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/self-closing-comp.md#readme": "https://goo.gl/CWhU6f",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/sort-comp.md#readme": "https://goo.gl/TYDMG2",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/style-prop-object.md#readme": "https://goo.gl/UVn1Kk",
	"https://github.com/infernojs/eslint-plugin-inferno/blob/head/docs/rules/void-dom-elements-no-children.md#readme": "https://goo.gl/LTNS9T",
	"https://github.com/instea/eslint-plugin-builtin-compat/blob/head/docs/rules/no-incompatible-builtins.md#readme": "https://goo.gl/UJV5dc",
	"https://github.com/intellicode/eslint-plugin-react-native/blob/head/docs/rules/no-color-literals.md#readme": "https://goo.gl/9JnQLu",
	"https://github.com/intellicode/eslint-plugin-react-native/blob/head/docs/rules/no-inline-styles.md#readme": "https://goo.gl/kAiAvz",
	"https://github.com/intellicode/eslint-plugin-react-native/blob/head/docs/rules/no-raw-text.md#readme": "https://goo.gl/CjZ2QV",
	"https://github.com/intellicode/eslint-plugin-react-native/blob/head/docs/rules/no-unused-styles.md#readme": "https://goo.gl/FBxjFu",
	"https://github.com/intellicode/eslint-plugin-react-native/blob/head/docs/rules/split-platform-components.md#readme": "https://goo.gl/1uozRF",
	"https://github.com/jackyho112/eslint-plugin-css-in-js/blob/head/docs/rules/no-invalid-css-property.md#readme": "https://goo.gl/pf3wzE",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/consistent-test-it.md#readme": "https://goo.gl/tVndhq",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/expect-expect.md#readme": "https://goo.gl/K384yw",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/lowercase-name.md#readme": "https://goo.gl/mcBSP3",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-alias-methods.md#readme": "https://goo.gl/7mrzrb",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-disabled-tests.md#readme": "https://goo.gl/To3Li5",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-focused-tests.md#readme": "https://goo.gl/Cni3xf",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-hooks.md#readme": "https://goo.gl/ELPAgv",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-identical-title.md#readme": "https://goo.gl/8xfSdu",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-jasmine-globals.md#readme": "https://goo.gl/opSMCs",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-jest-import.md#readme": "https://goo.gl/nbc2Gy",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-large-snapshots.md#readme": "https://goo.gl/nmy3yn",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-test-callback.md#readme": "https://goo.gl/sNBAoQ",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-test-prefixes.md#readme": "https://goo.gl/CJqgqL",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-test-return-statement.md#readme": "https://goo.gl/7FLNqR",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/no-truthy-falsy.md#readme": "https://goo.gl/qLCk1q",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-expect-assertions.md#readme": "https://goo.gl/RNFNEJ",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-inline-snapshots.md#readme": "https://goo.gl/LfeiZk",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-spy-on.md#readme": "https://goo.gl/TBduUg",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-strict-equal.md#readme": "https://goo.gl/vwJr7G",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-to-be-null.md#readme": "https://goo.gl/F7Wgpr",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-to-be-undefined.md#readme": "https://goo.gl/192zWK",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-to-contain.md#readme": "https://goo.gl/dwtqLy",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/prefer-to-have-length.md#readme": "https://goo.gl/FYSEjt",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/require-tothrow-message.md#readme": "https://goo.gl/SF2oug",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/valid-describe.md#readme": "https://goo.gl/pWKzaH",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/valid-expect-in-promise.md#readme": "https://goo.gl/yTZFya",
	"https://github.com/jest-community/eslint-plugin-jest/blob/head/docs/rules/valid-expect.md#readme": "https://goo.gl/9mzhsf",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-arguments.md#readme": "https://goo.gl/Yg6amm",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-class.md#readme": "https://goo.gl/5F2pTK",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-delete.md#readme": "https://goo.gl/4pBTRV",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-events.md#readme": "https://goo.gl/pjYoL8",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-get-set.md#readme": "https://goo.gl/nm62Ly",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-let.md#readme": "https://goo.gl/1VCzej",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-loops.md#readme": "https://goo.gl/noYVJp",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-mutating-assign.md#readme": "https://goo.gl/R7o9gB",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-mutating-methods.md#readme": "https://goo.gl/uxNZ7Q",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-mutation.md#readme": "https://goo.gl/tGW6qn",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-nil.md#readme": "https://goo.gl/ERPHur",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-proxy.md#readme": "https://goo.gl/rcdJkW",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-rest-parameters.md#readme": "https://goo.gl/Tx4zDq",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-this.md#readme": "https://goo.gl/JPnFqg",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-throw.md#readme": "https://goo.gl/KyppG1",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-unused-expression.md#readme": "https://goo.gl/o981jm",
	"https://github.com/jfmengels/eslint-plugin-fp/blob/head/docs/rules/no-valueof-field.md#readme": "https://goo.gl/PyCUfk",
	"https://github.com/joseph-galindo/eslint-plugin-fsa/blob/head/docs/rules/object-meets-standard.md#readme": "https://goo.gl/UD1zYt",
	"https://github.com/keyfoxth/eslint-plugin-url/blob/head/docs/rules/no-absolute-url.md#readme": "https://goo.gl/q2d77o",
	"https://github.com/keyfoxth/eslint-plugin-url/blob/head/docs/rules/no-http.md#readme": "https://goo.gl/ZfMB5Y",
	"https://github.com/khan/eslint-plugin-react-native-animation-linter/blob/head/docs/rules/must-tear-down-animations.md#readme": "https://goo.gl/vPNW78",
	"https://github.com/kikiwu/eslint-plugin-msc/blob/head/docs/rules/test.md#readme": "https://goo.gl/LsxMFP",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/handle-done-callback.md#readme": "https://goo.gl/NsqZr5",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/max-top-level-suites.md#readme": "https://goo.gl/36T6uo",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-exclusive-tests.md#readme": "https://goo.gl/dLKKBy",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-global-tests.md#readme": "https://goo.gl/FNHMXN",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-hooks-for-single-case.md#readme": "https://goo.gl/fnK6JB",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-hooks.md#readme": "https://goo.gl/SqgFNR",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-identical-title.md#readme": "https://goo.gl/z54beP",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-mocha-arrows.md#readme": "https://goo.gl/LNh8Gx",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-nested-tests.md#readme": "https://goo.gl/PtkgSP",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-pending-tests.md#readme": "https://goo.gl/HnNhiB",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-return-and-callback.md#readme": "https://goo.gl/jQt4m6",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-setup-in-describe.md#readme": "https://goo.gl/4Nw91j",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-sibling-hooks.md#readme": "https://goo.gl/RSmaFN",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-skipped-tests.md#readme": "https://goo.gl/Kr7rCp",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-synchronous-tests.md#readme": "https://goo.gl/dY21im",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/no-top-level-hooks.md#readme": "https://goo.gl/tSyM9G",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/prefer-arrow-callback.md#readme": "https://goo.gl/NjT9Rh",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/readme.md#readme": "https://goo.gl/3Frz5M",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/valid-suite-description.md#readme": "https://goo.gl/er9Sbi",
	"https://github.com/lo1tuma/eslint-plugin-mocha/blob/head/docs/rules/valid-test-description.md#readme": "https://goo.gl/hTGZCi",
	"https://github.com/lolatravel/eslint-plugin-lola/blob/head/docs/rules/limit-nested-ternaries.md#readme": "https://goo.gl/sdBWhJ",
	"https://github.com/lolatravel/eslint-plugin-lola/blob/head/docs/rules/no-arrow-class-properties.md#readme": "https://goo.gl/RhMsyh",
	"https://github.com/lolatravel/eslint-plugin-lola/blob/head/docs/rules/no-default-export.md#readme": "https://goo.gl/gnTo2H",
	"https://github.com/lolatravel/eslint-plugin-lola/blob/head/docs/rules/no-nested-ternary.md#readme": "https://goo.gl/fgmvMu",
	"https://github.com/lolatravel/eslint-plugin-lola/blob/head/docs/rules/required-exports.md#readme": "https://goo.gl/oxKTkA",
	"https://github.com/lukastaegert/eslint-plugin-tree-shaking/blob/head/docs/rules/no-side-effects-in-initialization.md#readme": "https://goo.gl/WNd3hj",
	"https://github.com/lukeapage/eslint-plugin-destructuring/blob/head/docs/rules/in-methods-params.md#readme": "https://goo.gl/5WmY8k",
	"https://github.com/lukeapage/eslint-plugin-destructuring/blob/head/docs/rules/in-params.md#readme": "https://goo.gl/nfwGPz",
	"https://github.com/lukeapage/eslint-plugin-destructuring/blob/head/docs/rules/no-rename.md#readme": "https://goo.gl/i48mtk",
	"https://github.com/lukeapage/eslint-plugin-switch-case/blob/head/docs/rules/newline-between-switch-case.md#readme": "https://goo.gl/gZ2giY",
	"https://github.com/lukeapage/eslint-plugin-switch-case/blob/head/docs/rules/no-case-curly.md#readme": "https://goo.gl/NJYBGw",
	"https://github.com/ma27/eslint-plugin-varspacing/blob/head/docs/rules/var-spacing.md#readme": "https://goo.gl/qzgjrA",
	"https://github.com/maikziemer/eslint-plugin-extras/blob/head/docs/rules/sort-named-imports.md#readme": "https://goo.gl/acJG2H",
	"https://github.com/manovotny/eslint-plugin-get-off-my-lawn/blob/head/docs/rules/prefer-arrow-functions.md#readme": "https://goo.gl/fJXthJ",
	"https://github.com/mcclowes/eslint-plugin-absolute-import/blob/head/docs/rules/no-relative-path.md#readme": "https://goo.gl/VvB2Wp",
	"https://github.com/meetup/eslint-plugin-meetup/blob/head/docs/rules/trn.md#readme": "https://goo.gl/1cX4Nc",
	"https://github.com/mgeraci/eslint-plugin-block-function-spacing/blob/head/docs/rules/space-around-blocks.md#readme": "https://goo.gl/HZceNh",
	"https://github.com/mgeraci/eslint-plugin-block-function-spacing/blob/head/docs/rules/space-before-function-props.md#readme": "https://goo.gl/VR5TcZ",
	"https://github.com/michaelanthonymain/eslint-plugin-testdouble/blob/head/docs/rules/object-creation.md#readme": "https://goo.gl/mHXTMt",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/binary-assignment-parens.md#readme": "https://goo.gl/mGSJkG",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/class-property-semi.md#readme": "https://goo.gl/1uaqfY",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/jquery-dollar-sign-reference.md#readme": "https://goo.gl/FpBBBy",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/jsx-no-complex-expressions.md#readme": "https://goo.gl/W1Q9Lx",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/jsx-no-hardcoded-content.md#readme": "https://goo.gl/KhWENF",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/jsx-prefer-fragment-wrappers.md#readme": "https://goo.gl/ftkcxG",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/no-ancestor-directory-import.md#readme": "https://goo.gl/p6d9t3",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/no-fully-static-classes.md#readme": "https://goo.gl/tPtLmp",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/no-useless-computed-properties.md#readme": "https://goo.gl/yDkvnM",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/polaris-no-bare-stack-item.md#readme": "https://goo.gl/axBdYy",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/polaris-prefer-sectioned-prop.md#readme": "https://goo.gl/uQNkzD",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/prefer-class-properties.md#readme": "https://goo.gl/6sQhDf",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/prefer-early-return.md#readme": "https://goo.gl/9TVSgr",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/prefer-module-scope-constants.md#readme": "https://goo.gl/MuxaCM",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/prefer-twine.md#readme": "https://goo.gl/6HtND8",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/react-initialize-state.md#readme": "https://goo.gl/mBPs5E",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/react-no-multiple-render-methods.md#readme": "https://goo.gl/o5a8Fe",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/react-prefer-private-members.md#readme": "https://goo.gl/T7ng3r",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/react-type-state.md#readme": "https://goo.gl/snDX8s",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/restrict-full-import.md#readme": "https://goo.gl/eoZgTf",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/sinon-no-restricted-features.md#readme": "https://goo.gl/iUkNLV",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/sinon-prefer-meaningful-assertions.md#readme": "https://goo.gl/tXTfFP",
	"https://github.com/minoris-io/eslint-plugin-minoris/blob/head/docs/rules/strict-component-boundaries.md#readme": "https://goo.gl/C3tLPF",
	"https://github.com/mitmaro/eslint-plugin-strict-newline/blob/head/docs/rules/strict-newline.md#readme": "https://goo.gl/6MHYrz",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-accessor-properties.md#readme": "https://goo.gl/dbL4ug",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-array-from.md#readme": "https://goo.gl/NwvmU4",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-array-of.md#readme": "https://goo.gl/iTxFd1",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-arrow-functions.md#readme": "https://goo.gl/pBUeTe",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-async-functions.md#readme": "https://goo.gl/m2hv71",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-async-iteration.md#readme": "https://goo.gl/L54Grn",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-atomics.md#readme": "https://goo.gl/Ryd5j2",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-binary-numeric-literals.md#readme": "https://goo.gl/WAE5bJ",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-block-scoped-functions.md#readme": "https://goo.gl/PBLfDv",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-block-scoped-variables.md#readme": "https://goo.gl/seGNR8",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-classes.md#readme": "https://goo.gl/T1Vy7o",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-computed-properties.md#readme": "https://goo.gl/CT524x",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-default-parameters.md#readme": "https://goo.gl/PXu9MC",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-destructuring.md#readme": "https://goo.gl/xiuZhu",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-exponential-operators.md#readme": "https://goo.gl/DmeJZF",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-for-of-loops.md#readme": "https://goo.gl/gfcKFZ",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-generators.md#readme": "https://goo.gl/CWB9p7",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-json-superset.md#readme": "https://goo.gl/Fb9NPk",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-keyword-properties.md#readme": "https://goo.gl/4cYvqa",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-malformed-template-literals.md#readme": "https://goo.gl/bBGQuf",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-map.md#readme": "https://goo.gl/LVcBxN",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-acosh.md#readme": "https://goo.gl/gz8KVd",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-asinh.md#readme": "https://goo.gl/1p8RKH",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-atanh.md#readme": "https://goo.gl/1g9Xrw",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-cbrt.md#readme": "https://goo.gl/JZjqw2",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-clz32.md#readme": "https://goo.gl/8AzS5j",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-cosh.md#readme": "https://goo.gl/N1CJcT",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-expm1.md#readme": "https://goo.gl/XDEKBM",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-fround.md#readme": "https://goo.gl/9Bnch4",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-hypot.md#readme": "https://goo.gl/NM5LTv",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-imul.md#readme": "https://goo.gl/UG1mbC",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-log10.md#readme": "https://goo.gl/K7opZp",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-log1p.md#readme": "https://goo.gl/guLS65",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-log2.md#readme": "https://goo.gl/c8ofjX",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-sign.md#readme": "https://goo.gl/abfYt4",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-sinh.md#readme": "https://goo.gl/7FZz8H",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-tanh.md#readme": "https://goo.gl/rnTWpf",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-math-trunc.md#readme": "https://goo.gl/iWYQvB",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-modules.md#readme": "https://goo.gl/wAvKDU",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-new-target.md#readme": "https://goo.gl/S2m9CG",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-epsilon.md#readme": "https://goo.gl/c7Cr2n",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-isfinite.md#readme": "https://goo.gl/TsuY6t",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-isinteger.md#readme": "https://goo.gl/KqLHoR",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-isnan.md#readme": "https://goo.gl/o5d4Ag",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-issafeinteger.md#readme": "https://goo.gl/jfyo8x",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-maxsafeinteger.md#readme": "https://goo.gl/p8ycU7",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-minsafeinteger.md#readme": "https://goo.gl/ooP5CE",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-parsefloat.md#readme": "https://goo.gl/mirL5p",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-number-parseint.md#readme": "https://goo.gl/2vNnkj",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-assign.md#readme": "https://goo.gl/MDPKoX",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-entries.md#readme": "https://goo.gl/DVKMjj",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-getownpropertydescriptors.md#readme": "https://goo.gl/zhMRj1",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-getownpropertysymbols.md#readme": "https://goo.gl/qNEq8g",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-is.md#readme": "https://goo.gl/v1JMuy",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-setprototypeof.md#readme": "https://goo.gl/yNXL89",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-super-properties.md#readme": "https://goo.gl/9Qd3PW",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-object-values.md#readme": "https://goo.gl/7BpZTL",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-octal-numeric-literals.md#readme": "https://goo.gl/rqhNE2",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-optional-catch-binding.md#readme": "https://goo.gl/mTacNt",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-promise.md#readme": "https://goo.gl/51MMDt",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-property-shorthands.md#readme": "https://goo.gl/HJ5e3n",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-proxy.md#readme": "https://goo.gl/9Q1wCA",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-reflect.md#readme": "https://goo.gl/dLgQL8",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-regexp-lookbehind-assertions.md#readme": "https://goo.gl/oVtb2Z",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-regexp-named-capture-groups.md#readme": "https://goo.gl/GUzu9J",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-regexp-s-flag.md#readme": "https://goo.gl/4mFQAW",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-regexp-u-flag.md#readme": "https://goo.gl/YZhmqU",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-regexp-unicode-property-escapes.md#readme": "https://goo.gl/3D9Heb",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-regexp-y-flag.md#readme": "https://goo.gl/BWKDjr",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-rest-parameters.md#readme": "https://goo.gl/Rmx9bJ",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-rest-spread-properties.md#readme": "https://goo.gl/ib6wpL",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-set.md#readme": "https://goo.gl/vmvLxi",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-shared-array-buffer.md#readme": "https://goo.gl/6hoKoR",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-spread-elements.md#readme": "https://goo.gl/eLezem",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-string-fromcodepoint.md#readme": "https://goo.gl/df44Ks",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-string-raw.md#readme": "https://goo.gl/gYDKDe",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-subclassing-builtins.md#readme": "https://goo.gl/Zv8p4H",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-symbol.md#readme": "https://goo.gl/qaNaTY",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-template-literals.md#readme": "https://goo.gl/X2f1BB",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-trailing-commas.md#readme": "https://goo.gl/yFNVHS",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-trailing-function-commas.md#readme": "https://goo.gl/rdHRCu",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-typed-arrays.md#readme": "https://goo.gl/Rdmqjg",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-unicode-codepoint-escapes.md#readme": "https://goo.gl/4eK1Li",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-weak-map.md#readme": "https://goo.gl/udWWnn",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/no-weak-set.md#readme": "https://goo.gl/3QtJwo",
	"https://github.com/mysticatea/eslint-plugin-es/blob/head/docs/rules/readme.md#readme": "https://goo.gl/BFdsHV",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/disable-enable-pair.md#readme": "https://goo.gl/RMvFDq",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-aggregating-enable.md#readme": "https://goo.gl/aq73jF",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-duplicate-disable.md#readme": "https://goo.gl/jF3pkk",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-restricted-disable.md#readme": "https://goo.gl/UuzxYe",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-unlimited-disable.md#readme": "https://goo.gl/bjFhhC",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-unused-disable.md#readme": "https://goo.gl/ADLMwx",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-unused-enable.md#readme": "https://goo.gl/yaE3XP",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/no-use.md#readme": "https://goo.gl/bP44CE",
	"https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/head/docs/rules/readme.md#readme": "https://goo.gl/iT5iWT",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/exports-style.md#readme": "https://goo.gl/nB5X6Z",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-deprecated-api.md#readme": "https://goo.gl/qXd63S",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-extraneous-import.md#readme": "https://goo.gl/ebMQ6G",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-extraneous-require.md#readme": "https://goo.gl/ynbuqW",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-hide-core-modules.md#readme": "https://goo.gl/hVjrSd",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-missing-import.md#readme": "https://goo.gl/zeYdTj",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-missing-require.md#readme": "https://goo.gl/sWYKVY",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unpublished-bin.md#readme": "https://goo.gl/wyqCdv",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unpublished-import.md#readme": "https://goo.gl/Y8jhVT",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unpublished-require.md#readme": "https://goo.gl/JXtLhd",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unsupported-features.md#readme": "https://goo.gl/14f19Q",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unsupported-features/es-builtins.md#readme": "https://goo.gl/VTaWFC",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unsupported-features/es-syntax.md#readme": "https://goo.gl/NexhgC",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/no-unsupported-features/node-builtins.md#readme": "https://goo.gl/gJ11b6",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/prefer-global/buffer.md#readme": "https://goo.gl/8voEt8",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/prefer-global/console.md#readme": "https://goo.gl/pkMd12",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/prefer-global/process.md#readme": "https://goo.gl/54BxKx",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/prefer-global/url-search-params.md#readme": "https://goo.gl/7Ay64W",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/prefer-global/url.md#readme": "https://goo.gl/1kkr7A",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/process-exit-as-throw.md#readme": "https://goo.gl/HHqNrP",
	"https://github.com/mysticatea/eslint-plugin-node/blob/head/docs/rules/shebang.md#readme": "https://goo.gl/z5Zejx",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/arrow-parens.md#readme": "https://goo.gl/7eazxv",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/block-scoped-var.md#readme": "https://goo.gl/sTt1aG",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/no-instanceof-array.md#readme": "https://goo.gl/pJj5Sd",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/no-instanceof-wrapper.md#readme": "https://goo.gl/TuR2eS",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/no-literal-call.md#readme": "https://goo.gl/Wudw1P",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/no-this-in-static.md#readme": "https://goo.gl/o7puKN",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/no-use-ignored-vars.md#readme": "https://goo.gl/nxQSsQ",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/no-useless-rest-spread.md#readme": "https://goo.gl/nUpm6o",
	"https://github.com/mysticatea/eslint-plugin/blob/head/docs/rules/prefer-for-of.md#readme": "https://goo.gl/2tnUx8",
	"https://github.com/nate-wilkins/eslint-plugin-bdd/blob/head/docs/rules/exclude.md#readme": "https://goo.gl/cJ8Hza",
	"https://github.com/nate-wilkins/eslint-plugin-bdd/blob/head/docs/rules/focus.md#readme": "https://goo.gl/ngyELa",
	"https://github.com/nicolasnimetz/eslint-plugin-nnimetz/blob/head/docs/rules/no-full-fp-lib.md#readme": "https://goo.gl/VQYqFY",
	"https://github.com/nicolasnimetz/eslint-plugin-nnimetz/blob/head/docs/rules/no-spec-only.md#readme": "https://goo.gl/HrZRzM",
	"https://github.com/nicolasnimetz/eslint-plugin-nnimetz/blob/head/docs/rules/no-var-set.md#readme": "https://goo.gl/DGtxQE",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/consistent-output.md#readme": "https://goo.gl/a6Jij1",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/fixer-return.md#readme": "https://goo.gl/ZKNnw4",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/no-deprecated-context-methods.md#readme": "https://goo.gl/to3eua",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/no-deprecated-report-api.md#readme": "https://goo.gl/8NYorW",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/no-identical-tests.md#readme": "https://goo.gl/cWMA8x",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/no-missing-placeholders.md#readme": "https://goo.gl/pSDQ9U",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/no-unused-placeholders.md#readme": "https://goo.gl/Q1KH4e",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/no-useless-token-range.md#readme": "https://goo.gl/HQN6zF",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/prefer-output-null.md#readme": "https://goo.gl/87W9g2",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/prefer-placeholders.md#readme": "https://goo.gl/za3GeJ",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/prefer-replace-text.md#readme": "https://goo.gl/Fbg7nf",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/report-message-format.md#readme": "https://goo.gl/kExb8W",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/require-meta-docs-url.md#readme": "https://goo.gl/tDEhXS",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/require-meta-fixable.md#readme": "https://goo.gl/q3cwxZ",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/require-meta-type.md#readme": "https://goo.gl/avbgo3",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/test-case-property-ordering.md#readme": "https://goo.gl/2x8UfY",
	"https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/head/docs/rules/test-case-shorthand-strings.md#readme": "https://goo.gl/gC7fom",
	"https://github.com/noyobo/eslint-plugin-prototype/blob/head/docs/rules/no-array-methods.md#readme": "https://goo.gl/xY3KBW",
	"https://github.com/noyobo/eslint-plugin-prototype/blob/head/docs/rules/no-string-methods.md#readme": "https://goo.gl/H23BUU",
	"https://github.com/noyobo/eslint-plugin-prototype/blob/head/docs/rules/readme.md#readme": "https://goo.gl/xHuHtw",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/adjacent-overload-signatures.md#readme": "https://goo.gl/Quea41",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/class-name-casing.md#readme": "https://goo.gl/aSnmKU",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/explicit-function-return-type.md#readme": "https://goo.gl/bG2Gwb",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/explicit-member-accessibility.md#readme": "https://goo.gl/pkbJRU",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/interface-name-prefix.md#readme": "https://goo.gl/WzfXK1",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/member-delimiter-style.md#readme": "https://goo.gl/TVhpTy",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/member-naming.md#readme": "https://goo.gl/NfHAC4",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/member-ordering.md#readme": "https://goo.gl/HQazzm",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-angle-bracket-type-assertion.md#readme": "https://goo.gl/jBj5Kf",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-array-constructor.md#readme": "https://goo.gl/GMzLjU",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-empty-interface.md#readme": "https://goo.gl/g8vYLu",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-explicit-any.md#readme": "https://goo.gl/aYr9fg",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-inferrable-types.md#readme": "https://goo.gl/BHCvoy",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-namespace.md#readme": "https://goo.gl/AF5gkG",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-non-null-assertion.md#readme": "https://goo.gl/fdrxfr",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-parameter-properties.md#readme": "https://goo.gl/fCszc8",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-triple-slash-reference.md#readme": "https://goo.gl/578rVf",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-type-alias.md#readme": "https://goo.gl/rBRXBr",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-unused-vars.md#readme": "https://goo.gl/je1RF1",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-use-before-define.md#readme": "https://goo.gl/tG5t5K",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/no-var-requires.md#readme": "https://goo.gl/XwN2BG",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/prefer-namespace-keyword.md#readme": "https://goo.gl/a9fGJw",
	"https://github.com/nzakas/eslint-plugin-typescript/blob/head/docs/rules/type-annotation-spacing.md#readme": "https://goo.gl/r3wLMT",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/cp-brace-expansion.md#readme": "https://goo.gl/fKMu1A",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/cp-macro-alias.md#readme": "https://goo.gl/czkbNd",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/cp-macro-args-limit.md#readme": "https://goo.gl/aYsTX9",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/cp-macro-not-key.md#readme": "https://goo.gl/rtWrZt",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/max-dep-keys.md#readme": "https://goo.gl/FyKkob",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-dep-keys-loop.md#readme": "https://goo.gl/vCim1v",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-empty-declaration.md#readme": "https://goo.gl/jLCnXv",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-expr-in-dep-keys.md#readme": "https://goo.gl/5HXLKc",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-is-array.md#readme": "https://goo.gl/4mGk1D",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-multi-dots.md#readme": "https://goo.gl/pbiftq",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-settimeout.md#readme": "https://goo.gl/q7BS96",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-this-in-dep-keys.md#readme": "https://goo.gl/M6iefK",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-throw.md#readme": "https://goo.gl/WaoktC",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-typeof.md#readme": "https://goo.gl/37SKhH",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/no-typo-in-dep-keys.md#readme": "https://goo.gl/ytUCfZ",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/one-level-each.md#readme": "https://goo.gl/Nxcs6N",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/route-model-return.md#readme": "https://goo.gl/CqBvHA",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/square-brackets.md#readme": "https://goo.gl/DqR86L",
	"https://github.com/onechiporenko/eslint-plugin-ember-cleanup/blob/head/docs/rules/super-args.md#readme": "https://goo.gl/69dr5F",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/attribute-name-casing.md#readme": "https://goo.gl/KVS4P8",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/attribute-value-quote.md#readme": "https://goo.gl/NT9Va8",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/element-name-casing.md#readme": "https://goo.gl/JrV7LG",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/html-closing-bracket-newline.md#readme": "https://goo.gl/WiJCJ5",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/html-closing-bracket-spacing.md#readme": "https://goo.gl/5wBELc",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/html-comment-content-newline.md#readme": "https://goo.gl/gSHQDZ",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/html-comment-spacing.md#readme": "https://goo.gl/vQAFiu",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/html-content-newline.md#readme": "https://goo.gl/v59vAA",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/html-indent.md#readme": "https://goo.gl/yYPcN6",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/max-attributes-per-line.md#readme": "https://goo.gl/6L9hte",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-duplicate-attributes.md#readme": "https://goo.gl/D1w8wy",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-empty-template-tag.md#readme": "https://goo.gl/krHwy6",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-html-comments.md#readme": "https://goo.gl/WMgqnm",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-invalid-template-interpolation.md#readme": "https://goo.gl/zVDRZe",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-irregular-whitespace.md#readme": "https://goo.gl/9nJ4uN",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-multi-spaces-in-html-tag.md#readme": "https://goo.gl/4Q7VvJ",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-multi-spaces-in-script.md#readme": "https://goo.gl/jqACUh",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-semi-in-template-interpolation.md#readme": "https://goo.gl/TgMK6z",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-space-attribute-equal-sign.md#readme": "https://goo.gl/UeKxyN",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-template-tag-in-start-tag.md#readme": "https://goo.gl/b1k8Dg",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/no-warning-html-comments.md#readme": "https://goo.gl/hp5wJ9",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/plugin-option.md#readme": "https://goo.gl/kvZNC9",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/prefer-escape-template-interpolations.md#readme": "https://goo.gl/o74eSK",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/script-indent.md#readme": "https://goo.gl/Ztb1qF",
	"https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/head/docs/rules/template-tag-spacing.md#readme": "https://goo.gl/VxfhV5",
	"https://github.com/pabigot/eslint-plugin-pabigot/blob/head/docs/rules/affixed-ids.md#readme": "https://goo.gl/2w36AV",
	"https://github.com/pabigot/eslint-plugin-pabigot/blob/head/docs/rules/readme.md#readme": "https://goo.gl/fWnDXW",
	"https://github.com/patrick-addepar/eslint-plugin-require-exact-proptypes/blob/head/docs/rules/require-exact-proptypes.md#readme": "https://goo.gl/TcCeZw",
	"https://github.com/pke/eslint-plugin-redux-saga/blob/head/docs/rules/no-unhandled-errors.md#readme": "https://goo.gl/Q5MSdT",
	"https://github.com/pke/eslint-plugin-redux-saga/blob/head/docs/rules/no-yield-in-race.md#readme": "https://goo.gl/myALti",
	"https://github.com/pke/eslint-plugin-redux-saga/blob/head/docs/rules/yield-effects.md#readme": "https://goo.gl/VeuzBS",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/assert-args.md#readme": "https://goo.gl/usvENW",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/literal-compare-order.md#readme": "https://goo.gl/LvujUS",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-arrow-tests.md#readme": "https://goo.gl/wHhKVN",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-assert-equal.md#readme": "https://goo.gl/RCTVjZ",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-assert-logical-expression.md#readme": "https://goo.gl/GswMS4",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-assert.strictEqual.md#readme": "https://goo.gl/RCTVjZ",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-async-in-loops.md#readme": "https://goo.gl/Dk7dsF",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-async-test.md#readme": "https://goo.gl/UtXNTu",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-commented-tests.md#readme": "https://goo.gl/TBu59R",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-compare-relation-boolean.md#readme": "https://goo.gl/wpNejA",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-conditional-assertions.md#readme": "https://goo.gl/jckFUL",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-early-return.md#readme": "https://goo.gl/yJmQg9",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-global-assertions.md#readme": "https://goo.gl/Db65MZ",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-global-expect.md#readme": "https://goo.gl/SMaeDU",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-global-module-test.md#readme": "https://goo.gl/psg1Zk",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-global-stop-start.md#readme": "https://goo.gl/DDfuKh",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-identical-names.md#readme": "https://goo.gl/3kKBRX",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-init.md#readme": "https://goo.gl/eWQxjC",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-jsdump.md#readme": "https://goo.gl/9K4HYy",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-negated-ok.md#readme": "https://goo.gl/TKr1Zo",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-ok-equality.md#readme": "https://goo.gl/yGbkqN",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-only.md#readme": "https://goo.gl/ZSsf4L",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-qunit-push.md#readme": "https://goo.gl/Xn9mTT",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-qunit-start-in-tests.md#readme": "https://goo.gl/C6z8sx",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-qunit-stop.md#readme": "https://goo.gl/CPTd5w",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-reassign-log-callbacks.md#readme": "https://goo.gl/wyfda4",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-reset.md#readme": "https://goo.gl/7CmjFU",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-setup-teardown.md#readme": "https://goo.gl/xpj1Ez",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-test-expect-argument.md#readme": "https://goo.gl/yn9sti",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/no-throws-string.md#readme": "https://goo.gl/6SNQQs",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/require-expect.md#readme": "https://goo.gl/yBukbV",
	"https://github.com/platinumazure/eslint-plugin-qunit/blob/head/docs/rules/resolve-async.md#readme": "https://goo.gl/vo6U9V",
	"https://github.com/rankida/eslint-plugin-lab/blob/head/docs/rules/no-only-experiments.md#readme": "https://goo.gl/gUrqQt",
	"https://github.com/rantanen/eslint-plugin-xss/blob/head/docs/rules/no-location-href-assign.md#readme": "https://goo.gl/FJUEjN",
	"https://github.com/rantanen/eslint-plugin-xss/blob/head/docs/rules/no-mixed-html.md#readme": "https://goo.gl/v2twjf",
	"https://github.com/regru/eslint-plugin-regru/blob/head/docs/rules/no-space-in-parens.md#readme": "https://goo.gl/AGbene",
	"https://github.com/saxobank/eslint-plugin-saxo/blob/head/docs/rules/jsx-conditional-indent.md#readme": "https://goo.gl/YQx6Uy",
	"https://github.com/saxobank/eslint-plugin-saxo/blob/head/docs/rules/jsx-conditional-newline.md#readme": "https://goo.gl/p8kRpQ",
	"https://github.com/saxobank/eslint-plugin-saxo/blob/head/docs/rules/jsx-conditional-parens.md#readme": "https://goo.gl/eUasWL",
	"https://github.com/saxobank/eslint-plugin-saxo/blob/head/docs/rules/jsx-curly-spacing-opinionated.md#readme": "https://goo.gl/ztBJun",
	"https://github.com/saxobank/eslint-plugin-saxo/blob/head/docs/rules/jsx-enforce-prop-usage.md#readme": "https://goo.gl/zzSs1q",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/binary-assignment-parens.md#readme": "https://goo.gl/MSWhNy",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/class-property-semi.md#readme": "https://goo.gl/Rs2bN8",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/jquery-dollar-sign-reference.md#readme": "https://goo.gl/M5QhWt",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/jsx-no-complex-expressions.md#readme": "https://goo.gl/jUeCrB",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/jsx-no-hardcoded-content.md#readme": "https://goo.gl/Pk4yfy",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/jsx-prefer-fragment-wrappers.md#readme": "https://goo.gl/szNxSK",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/no-ancestor-directory-import.md#readme": "https://goo.gl/B5MqY3",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/no-fully-static-classes.md#readme": "https://goo.gl/NkQfTL",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/no-useless-computed-properties.md#readme": "https://goo.gl/xhT7VL",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/polaris-no-bare-stack-item.md#readme": "https://goo.gl/TuRcwN",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/polaris-prefer-sectioned-prop.md#readme": "https://goo.gl/ga3PKy",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/prefer-class-properties.md#readme": "https://goo.gl/qZvucg",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/prefer-early-return.md#readme": "https://goo.gl/BfEURe",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/prefer-module-scope-constants.md#readme": "https://goo.gl/vCPC6U",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/prefer-pascal-case-enums.md#readme": "https://goo.gl/X3Eee4",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/prefer-twine.md#readme": "https://goo.gl/HrFoAh",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/react-initialize-state.md#readme": "https://goo.gl/PGbk72",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/react-no-multiple-render-methods.md#readme": "https://goo.gl/EtyRWx",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/react-prefer-private-members.md#readme": "https://goo.gl/DYpZyo",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/react-type-state.md#readme": "https://goo.gl/BniMFc",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/restrict-full-import.md#readme": "https://goo.gl/teMjqo",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/sinon-no-restricted-features.md#readme": "https://goo.gl/xMjySR",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/sinon-prefer-meaningful-assertions.md#readme": "https://goo.gl/FS9zRu",
	"https://github.com/shopify/eslint-plugin-shopify/blob/head/docs/rules/strict-component-boundaries.md#readme": "https://goo.gl/XC4sxH",
	"https://github.com/silvermine/eslint-plugin-silvermine/blob/head/docs/rules/array-indentation.md#readme": "https://goo.gl/jPRnbi",
	"https://github.com/silvermine/eslint-plugin-silvermine/blob/head/docs/rules/call-indentation.md#readme": "https://goo.gl/GjMXnD",
	"https://github.com/silvermine/eslint-plugin-silvermine/blob/head/docs/rules/fluent-chaining.md#readme": "https://goo.gl/kvuuDo",
	"https://github.com/silvermine/eslint-plugin-silvermine/blob/head/docs/rules/no-multiple-func-decl.md#readme": "https://goo.gl/ccx5RZ",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/catch-error-name.md#readme": "https://goo.gl/qrcfRX",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/custom-error-definition.md#readme": "https://goo.gl/Xsw9G2",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/error-message.md#readme": "https://goo.gl/JuC7rc",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/escape-case.md#readme": "https://goo.gl/MNv8Jh",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/explicit-length-check.md#readme": "https://goo.gl/W6q5HB",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/filename-case.md#readme": "https://goo.gl/B6ckUL",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/import-index.md#readme": "https://goo.gl/LSH6fg",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/new-for-builtins.md#readme": "https://goo.gl/bszj9V",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-abusive-eslint-disable.md#readme": "https://goo.gl/f5Vo1G",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-array-instanceof.md#readme": "https://goo.gl/sx16Zn",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-console-spaces.md#readme": "https://goo.gl/B4bU5b",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-fn-reference-in-iterator.md#readme": "https://goo.gl/wXaFN5",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-hex-escape.md#readme": "https://goo.gl/xRdqAy",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-new-buffer.md#readme": "https://goo.gl/GGZ1Yk",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-process-exit.md#readme": "https://goo.gl/NpHWWx",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-unreadable-array-destructuring.md#readme": "https://goo.gl/wjn3Nm",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/no-unsafe-regex.md#readme": "https://goo.gl/NXqiW3",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/number-literal-case.md#readme": "https://goo.gl/kcQzjd",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/prefer-add-event-listener.md#readme": "https://goo.gl/6Gg1eK",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/prefer-exponentiation-operator.md#readme": "https://goo.gl/NXaoGX",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/prefer-spread.md#readme": "https://goo.gl/p5kRyH",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/prefer-starts-ends-with.md#readme": "https://goo.gl/nnPPPK",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/prefer-type-error.md#readme": "https://goo.gl/R3yKdg",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/regex-shorthand.md#readme": "https://goo.gl/qsFTQa",
	"https://github.com/sindresorhus/eslint-plugin-unicorn/blob/head/docs/rules/throw-new-error.md#readme": "https://goo.gl/J3aob2",
	"https://github.com/sloops77/eslint-plugin-better-mutation/blob/head/docs/rules/no-mutating-functions.md#readme": "https://goo.gl/Lhb2ui",
	"https://github.com/sloops77/eslint-plugin-better-mutation/blob/head/docs/rules/no-mutating-methods.md#readme": "https://goo.gl/8qR55n",
	"https://github.com/sloops77/eslint-plugin-better-mutation/blob/head/docs/rules/no-mutation.md#readme": "https://goo.gl/CCxWk1",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/cognitive-complexity.md#readme": "https://goo.gl/zQDJfW",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/max-switch-cases.md#readme": "https://goo.gl/frvGYG",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-all-duplicated-branches.md#readme": "https://goo.gl/Nfrnbs",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-duplicate-string.md#readme": "https://goo.gl/YPQGh4",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-duplicated-branches.md#readme": "https://goo.gl/UUxw34",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-element-overwrite.md#readme": "https://goo.gl/zhtbqL",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-extra-arguments.md#readme": "https://goo.gl/i22u8J",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-identical-conditions.md#readme": "https://goo.gl/6gYxce",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-identical-expressions.md#readme": "https://goo.gl/NsYVja",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-identical-functions.md#readme": "https://goo.gl/cYAJis",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-inverted-boolean-check.md#readme": "https://goo.gl/mx5646",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-one-iteration-loop.md#readme": "https://goo.gl/Btmw6G",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-redundant-boolean.md#readme": "https://goo.gl/tUytz6",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-small-switch.md#readme": "https://goo.gl/MPhXPN",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-use-of-empty-return-value.md#readme": "https://goo.gl/4hcyyv",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/no-useless-catch.md#readme": "https://goo.gl/MmCPPx",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/prefer-immediate-return.md#readme": "https://goo.gl/KpKQ76",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/prefer-object-literal.md#readme": "https://goo.gl/prrCDK",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/prefer-single-boolean-return.md#readme": "https://goo.gl/p3bJDW",
	"https://github.com/sonarsource/eslint-plugin-sonarjs/blob/head/docs/rules/prefer-while.md#readme": "https://goo.gl/iRnwtC",
	"https://github.com/springworks/eslint-plugin-springworks/blob/head/docs/rules/fixable-no-var.md#readme": "https://goo.gl/BA6GsA",
	"https://github.com/springworks/eslint-plugin-springworks/blob/head/docs/rules/fixable-prefer-const.md#readme": "https://goo.gl/7tT5Pn",
	"https://github.com/springworks/eslint-plugin-springworks/blob/head/docs/rules/no-logger-format-payload.md#readme": "https://goo.gl/mT8S9k",
	"https://github.com/springworks/eslint-plugin-springworks/blob/head/docs/rules/no-require-file-extension.md#readme": "https://goo.gl/Ym4vJs",
	"https://github.com/springworks/eslint-plugin-springworks/blob/head/docs/rules/top-describe-path.md#readme": "https://goo.gl/Z18SNZ",
	"https://github.com/strudeljs/eslint-plugin-strudel/blob/head/docs/rules/element-import.md#readme": "https://goo.gl/9tZT6W",
	"https://github.com/strudeljs/eslint-plugin-strudel/blob/head/docs/rules/element-on-top.md#readme": "https://goo.gl/mVeZEZ",
	"https://github.com/strudeljs/eslint-plugin-strudel/blob/head/docs/rules/first-method-init.md#readme": "https://goo.gl/7Msr8z",
	"https://github.com/strudeljs/eslint-plugin-strudel/blob/head/docs/rules/no-useless-init.md#readme": "https://goo.gl/gWWFb3",
	"https://github.com/strudeljs/eslint-plugin-strudel/blob/head/docs/rules/oninit-on-top.md#readme": "https://goo.gl/vcgLxi",
	"https://github.com/strudeljs/eslint-plugin-strudel/blob/head/docs/rules/single-line-el.md#readme": "https://goo.gl/4SvZAy",
	"https://github.com/svengau/eslint-plugin-artistco/blob/head/docs/rules/use-injectintl.md#readme": "https://goo.gl/DH5nvo",
	"https://github.com/synacor/eslint-plugin-preact-i18n/blob/head/docs/rules/no-missing-template-field.md#readme": "https://goo.gl/vfLbke",
	"https://github.com/synacor/eslint-plugin-preact-i18n/blob/head/docs/rules/no-text-as-attribute.md#readme": "https://goo.gl/7P8PLz",
	"https://github.com/synacor/eslint-plugin-preact-i18n/blob/head/docs/rules/no-text-as-children.md#readme": "https://goo.gl/GXJ4ox",
	"https://github.com/synacor/eslint-plugin-preact-i18n/blob/head/docs/rules/no-unknown-key.md#readme": "https://goo.gl/5F6B3J",
	"https://github.com/theodoreb/eslint-plugin-drupal/blob/head/docs/rules/check-closure-globals.md#readme": "https://goo.gl/CMGn8v",
	"https://github.com/theodoreb/eslint-plugin-drupal/blob/head/docs/rules/jquery-var-name.md#readme": "https://goo.gl/nLqJo9",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/expect-matcher.md#readme": "https://goo.gl/AT86fR",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/expect-single-argument.md#readme": "https://goo.gl/BbvX1k",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/missing-expect.md#readme": "https://goo.gl/Qsq8Yz",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/named-spy.md#readme": "https://goo.gl/jeA5eA",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/new-line-before-expect.md#readme": "https://goo.gl/gpgJ28",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/new-line-between-declarations.md#readme": "https://goo.gl/CSdfR3",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-assign-spyon.md#readme": "https://goo.gl/D3XxWD",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-describe-variables.md#readme": "https://goo.gl/2Dy9kb",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-disabled-tests.md#readme": "https://goo.gl/NkgRhW",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-expect-in-setup-teardown.md#readme": "https://goo.gl/imU9mT",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-focused-tests.md#readme": "https://goo.gl/UDLqW3",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-global-setup.md#readme": "https://goo.gl/KHrFjp",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-promise-without-done-fail.md#readme": "https://goo.gl/3C3Y5b",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-spec-dupes.md#readme": "https://goo.gl/b7bXh5",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-suite-callback-args.md#readme": "https://goo.gl/7V9gU3",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-suite-dupes.md#readme": "https://goo.gl/Yoxb9n",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/no-unsafe-spy.md#readme": "https://goo.gl/rLcxbW",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/prefer-jasmine-matcher.md#readme": "https://goo.gl/u3aCWF",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/prefer-tohavebeencalledwith.md#readme": "https://goo.gl/Rw4GFH",
	"https://github.com/tlvince/eslint-plugin-jasmine/blob/head/docs/rules/valid-expect.md#readme": "https://goo.gl/Ui29oz",
	"https://github.com/trott/eslint-plugin-new-with-error/blob/head/docs/rules/new-with-error.md#readme": "https://goo.gl/UwuBxM",
	"https://github.com/valtech-nyc/eslint-plugin-valtech/blob/head/docs/rules/filename-match-default-export.md#readme": "https://goo.gl/kzpuEN",
	"https://github.com/valtech-nyc/eslint-plugin-valtech/blob/head/docs/rules/max-length-import-relative-path.md#readme": "https://goo.gl/qguPLx",
	"https://github.com/valtech-nyc/eslint-plugin-valtech/blob/head/docs/rules/react-router-no-literals.md#readme": "https://goo.gl/CCCezr",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-choose-not-empty.md#readme": "https://goo.gl/QjnVYm",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-for-require-each.md#readme": "https://goo.gl/EPF8H9",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-for-require-of.md#readme": "https://goo.gl/ay7Fup",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-if-require-condition.md#readme": "https://goo.gl/ri6wV4",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-jcs-no-undef.md#readme": "https://goo.gl/eFB7y6",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-otherwise-once-last.md#readme": "https://goo.gl/P7iEN7",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-use-if-tag.md#readme": "https://goo.gl/nd44H9",
	"https://github.com/vkbansal/eslint-plugin-jsx-control-statements/blob/head/docs/rules/jsx-when-require-condition.md#readme": "https://goo.gl/34dxSw",
	"https://github.com/volox/eslint-plugin-ie11/blob/head/docs/rules/no-collection-args.md#readme": "https://goo.gl/BS4v89",
	"https://github.com/volox/eslint-plugin-ie11/blob/head/docs/rules/no-for-in-const.md#readme": "https://goo.gl/vTUPDD",
	"https://github.com/volox/eslint-plugin-ie11/blob/head/docs/rules/no-loop-func.md#readme": "https://goo.gl/6KeWAh",
	"https://github.com/volox/eslint-plugin-ie11/blob/head/docs/rules/no-weak-collections.md#readme": "https://goo.gl/7VYF6z",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/attribute-hyphenation.md#readme": "https://goo.gl/3ZnM5E",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/attributes-order.md#readme": "https://goo.gl/QQwgxW",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/comment-directive.md#readme": "https://goo.gl/MC5ZNJ",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/component-name-in-template-casing.md#readme": "https://goo.gl/ka4ysz",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/html-closing-bracket-newline.md#readme": "https://goo.gl/jSvoGP",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/html-closing-bracket-spacing.md#readme": "https://goo.gl/QJrZEG",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/html-end-tags.md#readme": "https://goo.gl/DDcv9E",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/html-indent.md#readme": "https://goo.gl/dKpRNU",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/html-quotes.md#readme": "https://goo.gl/zDEhVa",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/html-self-closing.md#readme": "https://goo.gl/kvCTAV",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/jsx-uses-vars.md#readme": "https://goo.gl/Q9puKh",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/max-attributes-per-line.md#readme": "https://goo.gl/ET9JVe",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/multiline-html-element-content-newline.md#readme": "https://goo.gl/ZY5SkZ",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/mustache-interpolation-spacing.md#readme": "https://goo.gl/qoM972",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/name-property-casing.md#readme": "https://goo.gl/oL7Gdg",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-async-in-computed-properties.md#readme": "https://goo.gl/MLkRLn",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-confusing-v-for-v-if.md#readme": "https://goo.gl/dYWz9Z",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-dupe-keys.md#readme": "https://goo.gl/dsSdDW",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-duplicate-attributes.md#readme": "https://goo.gl/71dEUF",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-multi-spaces.md#readme": "https://goo.gl/JB7Mnm",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-parsing-error.md#readme": "https://goo.gl/vmRmRT",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-reserved-keys.md#readme": "https://goo.gl/DXyEjx",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-shared-component-data.md#readme": "https://goo.gl/LEsam7",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-side-effects-in-computed-properties.md#readme": "https://goo.gl/pEJyD4",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-spaces-around-equal-signs-in-attribute.md#readme": "https://goo.gl/WyTYWz",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-template-key.md#readme": "https://goo.gl/fBHecj",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-template-shadow.md#readme": "https://goo.gl/pxhUNV",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-textarea-mustache.md#readme": "https://goo.gl/xjxJF6",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-unused-components.md#readme": "https://goo.gl/PvUCTR",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-unused-vars.md#readme": "https://goo.gl/jzTgL2",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-use-v-if-with-v-for.md#readme": "https://goo.gl/Z2iFBs",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/no-v-html.md#readme": "https://goo.gl/f3Jj7K",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/order-in-components.md#readme": "https://goo.gl/zvT585",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/prop-name-casing.md#readme": "https://goo.gl/HTAF1z",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/readme.md#readme": "https://goo.gl/sVXWkB",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-component-is.md#readme": "https://goo.gl/V1U8ja",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-default-prop.md#readme": "https://goo.gl/PjQM7M",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-prop-type-constructor.md#readme": "https://goo.gl/jM7fjj",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-prop-types.md#readme": "https://goo.gl/kX8sr7",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-render-return.md#readme": "https://goo.gl/WYVJvN",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-v-for-key.md#readme": "https://goo.gl/XjYjFy",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/require-valid-default-prop.md#readme": "https://goo.gl/pXvySr",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/return-in-computed-property.md#readme": "https://goo.gl/9SEZx8",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/script-indent.md#readme": "https://goo.gl/NPLoHe",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/singleline-html-element-content-newline.md#readme": "https://goo.gl/TNvcS7",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/this-in-template.md#readme": "https://goo.gl/eHdjzM",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/use-v-on-exact.md#readme": "https://goo.gl/hZy7V6",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/v-bind-style.md#readme": "https://goo.gl/RMUxWw",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/v-on-style.md#readme": "https://goo.gl/iPnXKM",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-template-root.md#readme": "https://goo.gl/g9VNif",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-bind.md#readme": "https://goo.gl/2CVppD",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-cloak.md#readme": "https://goo.gl/vxYbwE",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-else-if.md#readme": "https://goo.gl/feVpU6",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-else.md#readme": "https://goo.gl/SCdngj",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-for.md#readme": "https://goo.gl/amDyDU",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-html.md#readme": "https://goo.gl/3Vbeqv",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-if.md#readme": "https://goo.gl/cauur4",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-model.md#readme": "https://goo.gl/pWZZSg",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-on.md#readme": "https://goo.gl/ZoZzTD",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-once.md#readme": "https://goo.gl/yL7Gh1",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-pre.md#readme": "https://goo.gl/uTFVWw",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-show.md#readme": "https://goo.gl/oYfYcv",
	"https://github.com/vuejs/eslint-plugin-vue/blob/head/docs/rules/valid-v-text.md#readme": "https://goo.gl/YcBrKk",
	"https://github.com/wesbaker/eslint-plugin-class-extends/blob/head/docs/rules/react-extends-only.md#readme": "https://goo.gl/xFnYqG",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/callback-binding.md#readme": "https://goo.gl/XPNKxW",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/chain-style.md#readme": "https://goo.gl/dSPz1B",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/chaining.md#readme": "https://goo.gl/mQCd9e",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/collection-method-value.md#readme": "https://goo.gl/4FAmBJ",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/collection-ordering.md#readme": "https://goo.gl/TK5fr4",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/collection-return.md#readme": "https://goo.gl/gyn4Le",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/consistent-compose.md#readme": "https://goo.gl/5eaHc3",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/identity-shorthand.md#readme": "https://goo.gl/B1Mjc7",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/import-scope.md#readme": "https://goo.gl/RkYcbu",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/matches-prop-shorthand.md#readme": "https://goo.gl/yzSZmN",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/matches-shorthand.md#readme": "https://goo.gl/GgQe9h",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/no-commit.md#readme": "https://goo.gl/hhxXU8",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/no-double-unwrap.md#readme": "https://goo.gl/VYQL23",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/no-extra-args.md#readme": "https://goo.gl/zCxDE9",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/no-unbound-this.md#readme": "https://goo.gl/BTAM9i",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/path-style.md#readme": "https://goo.gl/oYBj9s",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-compact.md#readme": "https://goo.gl/fsCtQ7",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-constant.md#readme": "https://goo.gl/gGfKgh",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-filter.md#readme": "https://goo.gl/NDtkFX",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-find.md#readme": "https://goo.gl/sNVkdt",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-flat-map.md#readme": "https://goo.gl/A2v3A1",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-get.md#readme": "https://goo.gl/fU5SW5",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-immutable-method.md#readme": "https://goo.gl/HHYviy",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-includes.md#readme": "https://goo.gl/Ma8SvU",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-invoke-map.md#readme": "https://goo.gl/a53mRw",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-is-nil.md#readme": "https://goo.gl/Dx8Tfv",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-lodash-chain.md#readme": "https://goo.gl/75TT6f",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-lodash-method.md#readme": "https://goo.gl/etXhmt",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-lodash-typecheck.md#readme": "https://goo.gl/bo86cZ",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-map.md#readme": "https://goo.gl/Yzc3UF",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-matches.md#readme": "https://goo.gl/B6L7hC",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-noop.md#readme": "https://goo.gl/wEieJi",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-over-quantifier.md#readme": "https://goo.gl/3KqeBH",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-reject.md#readme": "https://goo.gl/vZ16sF",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-some.md#readme": "https://goo.gl/YACN4J",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-startswith.md#readme": "https://goo.gl/w44vaY",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-thru.md#readme": "https://goo.gl/e8YFVH",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-times.md#readme": "https://goo.gl/w5RphB",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prefer-wrapper-method.md#readme": "https://goo.gl/WgMQfS",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/preferred-alias.md#readme": "https://goo.gl/JU3GxH",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/prop-shorthand.md#readme": "https://goo.gl/1BWL94",
	"https://github.com/wix/eslint-plugin-lodash/blob/head/docs/rules/unwrap.md#readme": "https://goo.gl/J5bDYo",
	"https://github.com/wunderflats/eslint-plugin-moment-utc/blob/head/docs/rules/no-moment-without-utc.md#readme": "https://goo.gl/hRqqBz",
	"https://github.com/wyantb/eslint-plugin-nolatethis/blob/head/docs/rules/no-latethis.md#readme": "https://goo.gl/Rr6tfT",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/func-call-arg-spacing.md#readme": "https://goo.gl/rPbERN",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/func-params-spacing.md#readme": "https://goo.gl/QncX8t",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/max-file-length.md#readme": "https://goo.gl/VBxXGP",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/newline-after-export.md#readme": "https://goo.gl/ZM9vqD",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/sort-destructuring-keys.md#readme": "https://goo.gl/9A1ZuR",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/sort-imports.md#readme": "https://goo.gl/rzYDFn",
	"https://github.com/wyze/eslint-plugin-wyze/blob/head/docs/rules/space-around-conditional.md#readme": "https://goo.gl/Ytusge",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/always-return.md#readme": "https://goo.gl/Bxzek6",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/avoid-new.md#readme": "https://goo.gl/aBGbgQ",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/catch-or-return.md#readme": "https://goo.gl/m5NAou",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-callback-in-promise.md#readme": "https://goo.gl/9JQ2bA",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-native.md#readme": "https://goo.gl/F8mWek",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-nesting.md#readme": "https://goo.gl/U7e9Cv",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-new-statics.md#readme": "https://goo.gl/2J35uH",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-promise-in-callback.md#readme": "https://goo.gl/2xap5w",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-return-in-finally.md#readme": "https://goo.gl/L8Mfkb",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/no-return-wrap.md#readme": "https://goo.gl/QvPuFe",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/param-names.md#readme": "https://goo.gl/rMDfcr",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/prefer-await-to-callbacks.md#readme": "https://goo.gl/kmhK6a",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/prefer-await-to-then.md#readme": "https://goo.gl/SRyBWw",
	"https://github.com/xjamundx/eslint-plugin-promise/blob/head/docs/rules/valid-params.md#readme": "https://goo.gl/oqzYDA",
	"https://github.com/yaniswang/htmlhint/wiki/alt-require": "https://goo.gl/tL27H3",
	"https://github.com/yaniswang/htmlhint/wiki/attr-lowercase": "https://goo.gl/Ry2HLB",
	"https://github.com/yaniswang/htmlhint/wiki/attr-no-duplication": "https://goo.gl/wnIUJl",
	"https://github.com/yaniswang/htmlhint/wiki/attr-unsafe-chars": "https://goo.gl/X2aFv4",
	"https://github.com/yaniswang/htmlhint/wiki/attr-value-double-quotes": "https://goo.gl/vpqpJY",
	"https://github.com/yaniswang/htmlhint/wiki/attr-value-not-empty": "https://goo.gl/jBUxTn",
	"https://github.com/yaniswang/htmlhint/wiki/csslint": "https://goo.gl/1jdsRP",
	"https://github.com/yaniswang/htmlhint/wiki/doctype-first": "https://goo.gl/jcpmfT",
	"https://github.com/yaniswang/htmlhint/wiki/doctype-html5": "https://goo.gl/rGTMYp",
	"https://github.com/yaniswang/htmlhint/wiki/eslint": "https://goo.gl/ZpXHBO",
	"https://github.com/yaniswang/htmlhint/wiki/head-script-disabled": "https://goo.gl/OhrgDR",
	"https://github.com/yaniswang/htmlhint/wiki/href-abs-or-rel": "https://goo.gl/9tc6Sa",
	"https://github.com/yaniswang/htmlhint/wiki/id-class-ad-disabled": "https://goo.gl/zXio8c",
	"https://github.com/yaniswang/htmlhint/wiki/id-class-value": "https://goo.gl/K5KjRu",
	"https://github.com/yaniswang/htmlhint/wiki/id-unique": "https://goo.gl/pqShF1",
	"https://github.com/yaniswang/htmlhint/wiki/inline-script-disabled": "https://goo.gl/kCdKYi",
	"https://github.com/yaniswang/htmlhint/wiki/inline-style-disabled": "https://goo.gl/5Gs4Gc",
	"https://github.com/yaniswang/htmlhint/wiki/jshint": "https://goo.gl/7ys9X8",
	"https://github.com/yaniswang/htmlhint/wiki/space-tab-mixed-disabled": "https://goo.gl/76WdEr",
	"https://github.com/yaniswang/htmlhint/wiki/spec-char-escape": "https://goo.gl/oscCJs",
	"https://github.com/yaniswang/htmlhint/wiki/src-not-empty": "https://goo.gl/jr2Py5",
	"https://github.com/yaniswang/htmlhint/wiki/style-disabled": "https://goo.gl/6Ez6sI",
	"https://github.com/yaniswang/htmlhint/wiki/stylelint": "https://goo.gl/T6nr05",
	"https://github.com/yaniswang/htmlhint/wiki/tag-pair": "https://goo.gl/wFHTJ5",
	"https://github.com/yaniswang/htmlhint/wiki/tag-self-close": "https://goo.gl/kHi0X6",
	"https://github.com/yaniswang/htmlhint/wiki/tagname-lowercase": "https://goo.gl/bJNkC3",
	"https://github.com/yaniswang/htmlhint/wiki/title-require": "https://goo.gl/yE8Gpj",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/boolean-prop-naming.md#readme": "https://goo.gl/DX4Vfu",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/button-has-type.md#readme": "https://goo.gl/hXe3Kb",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/default-props-match-prop-types.md#readme": "https://goo.gl/Rg53T6",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/destructuring-assignment.md#readme": "https://goo.gl/7p9FkB",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/display-name.md#readme": "https://goo.gl/YWh6BE",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/forbid-component-props.md#readme": "https://goo.gl/m9QCN8",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/forbid-dom-props.md#readme": "https://goo.gl/QxDTxR",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/forbid-elements.md#readme": "https://goo.gl/AAg26b",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/forbid-foreign-prop-types.md#readme": "https://goo.gl/a7giJ1",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/forbid-prop-types.md#readme": "https://goo.gl/gT2a4N",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-boolean-value.md#readme": "https://goo.gl/D1bokx",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-child-element-spacing.md#readme": "https://goo.gl/hJUWyW",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-closing-bracket-location.md#readme": "https://goo.gl/Xiu2gw",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-closing-tag-location.md#readme": "https://goo.gl/ZLmzfH",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-curly-brace-presence.md#readme": "https://goo.gl/ibhkCT",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-curly-spacing.md#readme": "https://goo.gl/EgtdzL",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-equals-spacing.md#readme": "https://goo.gl/LjHHKJ",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-filename-extension.md#readme": "https://goo.gl/6LzNQW",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-first-prop-new-line.md#readme": "https://goo.gl/zKzgNt",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-fragments.md#readme": "https://goo.gl/bxrioG",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-handler-names.md#readme": "https://goo.gl/pm2Hwt",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-indent-props.md#readme": "https://goo.gl/hxyCac",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-indent.md#readme": "https://goo.gl/WPDDeJ",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-key.md#readme": "https://goo.gl/wZ8kzf",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-max-depth.md#readme": "https://goo.gl/rFHdM6",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-max-props-per-line.md#readme": "https://goo.gl/nCrvWL",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-no-bind.md#readme": "https://goo.gl/Z1FrzV",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-no-comment-textnodes.md#readme": "https://goo.gl/jxY5AB",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-no-duplicate-props.md#readme": "https://goo.gl/QuEhTm",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-no-literals.md#readme": "https://goo.gl/zWWvGf",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-no-target-blank.md#readme": "https://goo.gl/BCheBe",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-no-undef.md#readme": "https://goo.gl/GTWCGW",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-one-expression-per-line.md#readme": "https://goo.gl/qqNFiY",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-pascal-case.md#readme": "https://goo.gl/UzqXKF",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-props-no-multi-spaces.md#readme": "https://goo.gl/NKdPAz",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-sort-default-props.md#readme": "https://goo.gl/RW3e4Q",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-sort-props.md#readme": "https://goo.gl/Uw46v4",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-space-before-closing.md#readme": "https://goo.gl/1oZQwP",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-tag-spacing.md#readme": "https://goo.gl/fcjAZN",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-uses-react.md#readme": "https://goo.gl/vb7dKr",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-uses-vars.md#readme": "https://goo.gl/f2Zked",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/jsx-wrap-multilines.md#readme": "https://goo.gl/QFV4yM",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-access-state-in-setstate.md#readme": "https://goo.gl/GPgrR8",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-array-index-key.md#readme": "https://goo.gl/iAqi9m",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-children-prop.md#readme": "https://goo.gl/Buq6Vt",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-danger-with-children.md#readme": "https://goo.gl/7UuZpH",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-danger.md#readme": "https://goo.gl/SL4Gtg",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-deprecated.md#readme": "https://goo.gl/e42sLv",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-did-mount-set-state.md#readme": "https://goo.gl/KgW9fj",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-did-update-set-state.md#readme": "https://goo.gl/VyEjjz",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-direct-mutation-state.md#readme": "https://goo.gl/FJdGtc",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-find-dom-node.md#readme": "https://goo.gl/y7r5dB",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-is-mounted.md#readme": "https://goo.gl/mPVNnf",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-multi-comp.md#readme": "https://goo.gl/agFBBw",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-redundant-should-component-update.md#readme": "https://goo.gl/Ge57Sj",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-render-return-value.md#readme": "https://goo.gl/VrvMsz",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-set-state.md#readme": "https://goo.gl/Ce4br6",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-string-refs.md#readme": "https://goo.gl/t1pRPo",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-this-in-sfc.md#readme": "https://goo.gl/T4t8sd",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-typos.md#readme": "https://goo.gl/yuJ4hF",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-unescaped-entities.md#readme": "https://goo.gl/JnrthH",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-unknown-property.md#readme": "https://goo.gl/EjQZkP",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-unsafe.md#readme": "https://goo.gl/f6jgrH",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-unused-prop-types.md#readme": "https://goo.gl/7bPdR8",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-unused-state.md#readme": "https://goo.gl/oyhTdH",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/no-will-update-set-state.md#readme": "https://goo.gl/3on2ju",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/prefer-es6-class.md#readme": "https://goo.gl/dniyJL",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/prefer-stateless-function.md#readme": "https://goo.gl/hyLLMf",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/prop-types.md#readme": "https://goo.gl/3P5TMR",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/react-in-jsx-scope.md#readme": "https://goo.gl/zUd3Lm",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/require-default-props.md#readme": "https://goo.gl/5jJWTx",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/require-optimization.md#readme": "https://goo.gl/7yZM6e",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/require-render-return.md#readme": "https://goo.gl/Z9N53a",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/self-closing-comp.md#readme": "https://goo.gl/jAVEuD",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/sort-comp.md#readme": "https://goo.gl/42VzmW",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/sort-prop-types.md#readme": "https://goo.gl/BL5UNW",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/style-prop-object.md#readme": "https://goo.gl/v174wf",
	"https://github.com/yannickcr/eslint-plugin-react/blob/head/docs/rules/void-dom-elements-no-children.md#readme": "https://goo.gl/sLWs2a",
	"https://github.com/zeronone/eslint-plugin-const-immutable/blob/head/docs/rules/no-mutation.md#readme": "https://goo.gl/XQAmgA",
	"https://palantir.github.io/tslint/rules/adjacent-overload-signatures/": "https://goo.gl/vUMYyv",
	"https://palantir.github.io/tslint/rules/align/": "https://goo.gl/9XLVxq",
	"https://palantir.github.io/tslint/rules/array-type/": "https://goo.gl/X4xypg",
	"https://palantir.github.io/tslint/rules/arrow-parens/": "https://goo.gl/YYhYPV",
	"https://palantir.github.io/tslint/rules/arrow-return-shorthand/": "https://goo.gl/nk7zFA",
	"https://palantir.github.io/tslint/rules/await-promise/": "https://goo.gl/6wtdHZ",
	"https://palantir.github.io/tslint/rules/ban-comma-operator/": "https://goo.gl/fcD6tf",
	"https://palantir.github.io/tslint/rules/ban-ts-ignore/": "https://goo.gl/j61Kgh",
	"https://palantir.github.io/tslint/rules/ban-types/": "https://goo.gl/iUb5SN",
	"https://palantir.github.io/tslint/rules/ban/": "https://goo.gl/VyZrb9",
	"https://palantir.github.io/tslint/rules/binary-expression-operand-order/": "https://goo.gl/7hg38s",
	"https://palantir.github.io/tslint/rules/callable-types/": "https://goo.gl/9NDnWj",
	"https://palantir.github.io/tslint/rules/class-name/": "https://goo.gl/JJ3u1h",
	"https://palantir.github.io/tslint/rules/comment-format/": "https://goo.gl/AEpgNN",
	"https://palantir.github.io/tslint/rules/comment-type/": "https://goo.gl/GMDsGU",
	"https://palantir.github.io/tslint/rules/completed-docs/": "https://goo.gl/zoEgWb",
	"https://palantir.github.io/tslint/rules/curly/": "https://goo.gl/xbX3jw",
	"https://palantir.github.io/tslint/rules/cyclomatic-complexity/": "https://goo.gl/yLh6eH",
	"https://palantir.github.io/tslint/rules/deprecation/": "https://goo.gl/ZH7Rps",
	"https://palantir.github.io/tslint/rules/encoding/": "https://goo.gl/TkrB4i",
	"https://palantir.github.io/tslint/rules/eofline/": "https://goo.gl/M5vuJn",
	"https://palantir.github.io/tslint/rules/file-header/": "https://goo.gl/DHVA5H",
	"https://palantir.github.io/tslint/rules/file-name-casing/": "https://goo.gl/HqK26Q",
	"https://palantir.github.io/tslint/rules/forin/": "https://goo.gl/E3qGMA",
	"https://palantir.github.io/tslint/rules/function-constructor/": "https://goo.gl/xJQP53",
	"https://palantir.github.io/tslint/rules/import-blacklist/": "https://goo.gl/Qxvaet",
	"https://palantir.github.io/tslint/rules/import-spacing/": "https://goo.gl/6Ku4yX",
	"https://palantir.github.io/tslint/rules/increment-decrement/": "https://goo.gl/d8Bx9g",
	"https://palantir.github.io/tslint/rules/indent/": "https://goo.gl/Wf5Lts",
	"https://palantir.github.io/tslint/rules/interface-name/": "https://goo.gl/PAkKUS",
	"https://palantir.github.io/tslint/rules/interface-over-type-literal/": "https://goo.gl/t1HAos",
	"https://palantir.github.io/tslint/rules/jsdoc-format/": "https://goo.gl/AUiuCM",
	"https://palantir.github.io/tslint/rules/label-position/": "https://goo.gl/yEyTga",
	"https://palantir.github.io/tslint/rules/linebreak-style/": "https://goo.gl/kgZmTv",
	"https://palantir.github.io/tslint/rules/match-default-export-name/": "https://goo.gl/cczTDK",
	"https://palantir.github.io/tslint/rules/max-classes-per-file/": "https://goo.gl/5DZsje",
	"https://palantir.github.io/tslint/rules/max-file-line-count/": "https://goo.gl/pS4XGh",
	"https://palantir.github.io/tslint/rules/max-line-length/": "https://goo.gl/pTgsfM",
	"https://palantir.github.io/tslint/rules/member-access/": "https://goo.gl/gzLqpL",
	"https://palantir.github.io/tslint/rules/member-ordering/": "https://goo.gl/rw54xg",
	"https://palantir.github.io/tslint/rules/new-parens/": "https://goo.gl/tJbxGU",
	"https://palantir.github.io/tslint/rules/newline-before-return/": "https://goo.gl/GaAmjE",
	"https://palantir.github.io/tslint/rules/newline-per-chained-call/": "https://goo.gl/1qqZd7",
	"https://palantir.github.io/tslint/rules/no-angle-bracket-type-assertion/": "https://goo.gl/ptB4A3",
	"https://palantir.github.io/tslint/rules/no-any/": "https://goo.gl/5f8Ci1",
	"https://palantir.github.io/tslint/rules/no-arg/": "https://goo.gl/souGcP",
	"https://palantir.github.io/tslint/rules/no-bitwise/": "https://goo.gl/jDZ6wd",
	"https://palantir.github.io/tslint/rules/no-boolean-literal-compare/": "https://goo.gl/V8QtBP",
	"https://palantir.github.io/tslint/rules/no-conditional-assignment/": "https://goo.gl/aPbo6P",
	"https://palantir.github.io/tslint/rules/no-consecutive-blank-lines/": "https://goo.gl/mrrYaX",
	"https://palantir.github.io/tslint/rules/no-console/": "https://goo.gl/Rd8ndD",
	"https://palantir.github.io/tslint/rules/no-construct/": "https://goo.gl/6M3QAa",
	"https://palantir.github.io/tslint/rules/no-debugger/": "https://goo.gl/gXBCbk",
	"https://palantir.github.io/tslint/rules/no-default-export/": "https://goo.gl/o55Fo1",
	"https://palantir.github.io/tslint/rules/no-default-import/": "https://goo.gl/iJwi8v",
	"https://palantir.github.io/tslint/rules/no-duplicate-imports/": "https://goo.gl/dnGzpu",
	"https://palantir.github.io/tslint/rules/no-duplicate-super/": "https://goo.gl/ucCxsg",
	"https://palantir.github.io/tslint/rules/no-duplicate-switch-case/": "https://goo.gl/Dz4TDz",
	"https://palantir.github.io/tslint/rules/no-duplicate-variable/": "https://goo.gl/8RMb1n",
	"https://palantir.github.io/tslint/rules/no-dynamic-delete/": "https://goo.gl/znWQLE",
	"https://palantir.github.io/tslint/rules/no-empty-interface/": "https://goo.gl/ghWzX2",
	"https://palantir.github.io/tslint/rules/no-empty/": "https://goo.gl/mmQ8js",
	"https://palantir.github.io/tslint/rules/no-eval/": "https://goo.gl/vr4QXw",
	"https://palantir.github.io/tslint/rules/no-floating-promises/": "https://goo.gl/D8mA3y",
	"https://palantir.github.io/tslint/rules/no-for-in-array/": "https://goo.gl/VMBE6r",
	"https://palantir.github.io/tslint/rules/no-implicit-dependencies/": "https://goo.gl/s8p9b4",
	"https://palantir.github.io/tslint/rules/no-import-side-effect/": "https://goo.gl/rXjuiP",
	"https://palantir.github.io/tslint/rules/no-inferrable-types/": "https://goo.gl/CDE6va",
	"https://palantir.github.io/tslint/rules/no-inferred-empty-object-type/": "https://goo.gl/6GXYgV",
	"https://palantir.github.io/tslint/rules/no-internal-module/": "https://goo.gl/BrHHhg",
	"https://palantir.github.io/tslint/rules/no-invalid-template-strings/": "https://goo.gl/7HxjL3",
	"https://palantir.github.io/tslint/rules/no-invalid-this/": "https://goo.gl/hzx9DT",
	"https://palantir.github.io/tslint/rules/no-irregular-whitespace/": "https://goo.gl/CPBpzM",
	"https://palantir.github.io/tslint/rules/no-magic-numbers/": "https://goo.gl/NRgXEu",
	"https://palantir.github.io/tslint/rules/no-mergeable-namespace/": "https://goo.gl/2gSQY5",
	"https://palantir.github.io/tslint/rules/no-misused-new/": "https://goo.gl/26eYZ8",
	"https://palantir.github.io/tslint/rules/no-namespace/": "https://goo.gl/rjbVoC",
	"https://palantir.github.io/tslint/rules/no-non-null-assertion/": "https://goo.gl/c7cc1v",
	"https://palantir.github.io/tslint/rules/no-null-keyword/": "https://goo.gl/bEmx46",
	"https://palantir.github.io/tslint/rules/no-object-literal-type-assertion/": "https://goo.gl/tizhkF",
	"https://palantir.github.io/tslint/rules/no-parameter-properties/": "https://goo.gl/GVks1s",
	"https://palantir.github.io/tslint/rules/no-parameter-reassignment/": "https://goo.gl/kHurgB",
	"https://palantir.github.io/tslint/rules/no-redundant-jsdoc/": "https://goo.gl/2sL899",
	"https://palantir.github.io/tslint/rules/no-reference-import/": "https://goo.gl/x94XSN",
	"https://palantir.github.io/tslint/rules/no-reference/": "https://goo.gl/SgqfVf",
	"https://palantir.github.io/tslint/rules/no-require-imports/": "https://goo.gl/dSRK6C",
	"https://palantir.github.io/tslint/rules/no-return-await/": "https://goo.gl/9WhVs8",
	"https://palantir.github.io/tslint/rules/no-shadowed-variable/": "https://goo.gl/p6SPKu",
	"https://palantir.github.io/tslint/rules/no-sparse-arrays/": "https://goo.gl/Z2uoqF",
	"https://palantir.github.io/tslint/rules/no-string-literal/": "https://goo.gl/vDEMgC",
	"https://palantir.github.io/tslint/rules/no-string-throw/": "https://goo.gl/r155Pj",
	"https://palantir.github.io/tslint/rules/no-submodule-imports/": "https://goo.gl/NYdae1",
	"https://palantir.github.io/tslint/rules/no-switch-case-fall-through/": "https://goo.gl/1pK8Bc",
	"https://palantir.github.io/tslint/rules/no-this-assignment/": "https://goo.gl/mnPdMH",
	"https://palantir.github.io/tslint/rules/no-trailing-whitespace/": "https://goo.gl/YvyN98",
	"https://palantir.github.io/tslint/rules/no-unbound-method/": "https://goo.gl/iyp8Zi",
	"https://palantir.github.io/tslint/rules/no-unnecessary-callback-wrapper/": "https://goo.gl/fVUBYM",
	"https://palantir.github.io/tslint/rules/no-unnecessary-class/": "https://goo.gl/xvuALA",
	"https://palantir.github.io/tslint/rules/no-unnecessary-initializer/": "https://goo.gl/fWFpMh",
	"https://palantir.github.io/tslint/rules/no-unnecessary-qualifier/": "https://goo.gl/c3ynSE",
	"https://palantir.github.io/tslint/rules/no-unnecessary-type-assertion/": "https://goo.gl/E41Mrq",
	"https://palantir.github.io/tslint/rules/no-unsafe-any/": "https://goo.gl/zRKLAf",
	"https://palantir.github.io/tslint/rules/no-unsafe-finally/": "https://goo.gl/Jj7iU1",
	"https://palantir.github.io/tslint/rules/no-unused-expression/": "https://goo.gl/JiJmQb",
	"https://palantir.github.io/tslint/rules/no-unused-variable/": "https://goo.gl/T4aeqA",
	"https://palantir.github.io/tslint/rules/no-use-before-declare/": "https://goo.gl/h3AfVn",
	"https://palantir.github.io/tslint/rules/no-var-keyword/": "https://goo.gl/eQwkwS",
	"https://palantir.github.io/tslint/rules/no-var-requires/": "https://goo.gl/RFvisx",
	"https://palantir.github.io/tslint/rules/no-void-expression/": "https://goo.gl/uC7krW",
	"https://palantir.github.io/tslint/rules/number-literal-format/": "https://goo.gl/n4yX1C",
	"https://palantir.github.io/tslint/rules/object-literal-key-quotes/": "https://goo.gl/8LTzrq",
	"https://palantir.github.io/tslint/rules/object-literal-shorthand/": "https://goo.gl/Gr9Y5y",
	"https://palantir.github.io/tslint/rules/object-literal-sort-keys/": "https://goo.gl/ipSx1q",
	"https://palantir.github.io/tslint/rules/one-line/": "https://goo.gl/C4AWUJ",
	"https://palantir.github.io/tslint/rules/one-variable-per-declaration/": "https://goo.gl/etxxp8",
	"https://palantir.github.io/tslint/rules/only-arrow-functions/": "https://goo.gl/a8951W",
	"https://palantir.github.io/tslint/rules/ordered-imports/": "https://goo.gl/Xfg5A6",
	"https://palantir.github.io/tslint/rules/prefer-conditional-expression/": "https://goo.gl/FE9YMw",
	"https://palantir.github.io/tslint/rules/prefer-const/": "https://goo.gl/mWY1a1",
	"https://palantir.github.io/tslint/rules/prefer-for-of/": "https://goo.gl/ZXfE3d",
	"https://palantir.github.io/tslint/rules/prefer-function-over-method/": "https://goo.gl/3m12se",
	"https://palantir.github.io/tslint/rules/prefer-method-signature/": "https://goo.gl/8oEZia",
	"https://palantir.github.io/tslint/rules/prefer-object-spread/": "https://goo.gl/pfQ9JY",
	"https://palantir.github.io/tslint/rules/prefer-readonly/": "https://goo.gl/oVbFKC",
	"https://palantir.github.io/tslint/rules/prefer-switch/": "https://goo.gl/Px527U",
	"https://palantir.github.io/tslint/rules/prefer-template/": "https://goo.gl/GBS8Yu",
	"https://palantir.github.io/tslint/rules/prefer-while/": "https://goo.gl/m73eqK",
	"https://palantir.github.io/tslint/rules/promise-function-async/": "https://goo.gl/Gh4HQ3",
	"https://palantir.github.io/tslint/rules/quotemark/": "https://goo.gl/uwQCke",
	"https://palantir.github.io/tslint/rules/radix/": "https://goo.gl/UBRrXs",
	"https://palantir.github.io/tslint/rules/restrict-plus-operands/": "https://goo.gl/WW3VDW",
	"https://palantir.github.io/tslint/rules/return-undefined/": "https://goo.gl/VWGFt9",
	"https://palantir.github.io/tslint/rules/semicolon/": "https://goo.gl/x1xRCA",
	"https://palantir.github.io/tslint/rules/space-before-function-paren/": "https://goo.gl/QvgP9D",
	"https://palantir.github.io/tslint/rules/space-within-parens/": "https://goo.gl/QsJ7aa",
	"https://palantir.github.io/tslint/rules/strict-boolean-expressions/": "https://goo.gl/aSwbBB",
	"https://palantir.github.io/tslint/rules/strict-type-predicates/": "https://goo.gl/MCSH9W",
	"https://palantir.github.io/tslint/rules/switch-default/": "https://goo.gl/pu8MyS",
	"https://palantir.github.io/tslint/rules/switch-final-break/": "https://goo.gl/K2EMPR",
	"https://palantir.github.io/tslint/rules/trailing-comma/": "https://goo.gl/BL4C4H",
	"https://palantir.github.io/tslint/rules/triple-equals/": "https://goo.gl/UA9WLJ",
	"https://palantir.github.io/tslint/rules/type-literal-delimiter/": "https://goo.gl/qNgM6z",
	"https://palantir.github.io/tslint/rules/typedef-whitespace/": "https://goo.gl/ppWGHQ",
	"https://palantir.github.io/tslint/rules/typedef/": "https://goo.gl/wbY4VW",
	"https://palantir.github.io/tslint/rules/typeof-compare/": "https://goo.gl/SQtNaC",
	"https://palantir.github.io/tslint/rules/unified-signatures/": "https://goo.gl/ABJiiU",
	"https://palantir.github.io/tslint/rules/unnecessary-bind/": "https://goo.gl/xgCJJc",
	"https://palantir.github.io/tslint/rules/unnecessary-constructor/": "https://goo.gl/eBXZfV",
	"https://palantir.github.io/tslint/rules/use-default-type-parameter/": "https://goo.gl/bF4xXy",
	"https://palantir.github.io/tslint/rules/use-isnan/": "https://goo.gl/zCGWJT",
	"https://palantir.github.io/tslint/rules/variable-name/": "https://goo.gl/otmC8H",
	"https://palantir.github.io/tslint/rules/whitespace/": "https://goo.gl/CjCrXj",
	"https://stylelint.io/user-guide/rules/at-rule-blacklist/": "https://goo.gl/B9yCs7",
	"https://stylelint.io/user-guide/rules/at-rule-empty-line-before/": "https://goo.gl/Ab5feu",
	"https://stylelint.io/user-guide/rules/at-rule-name-case/": "https://goo.gl/bnA4mE",
	"https://stylelint.io/user-guide/rules/at-rule-name-newline-after/": "https://goo.gl/7y0DC2",
	"https://stylelint.io/user-guide/rules/at-rule-name-space-after/": "https://goo.gl/qXrniQ",
	"https://stylelint.io/user-guide/rules/at-rule-no-unknown/": "https://goo.gl/PqXmxN",
	"https://stylelint.io/user-guide/rules/at-rule-no-vendor-prefix/": "https://goo.gl/sVNvDu",
	"https://stylelint.io/user-guide/rules/at-rule-semicolon-newline-after/": "https://goo.gl/phjdqR",
	"https://stylelint.io/user-guide/rules/at-rule-semicolon-space-before/": "https://goo.gl/svL59C",
	"https://stylelint.io/user-guide/rules/at-rule-whitelist/": "https://goo.gl/JRmthm",
	"https://stylelint.io/user-guide/rules/block-closing-brace-empty-line-before/": "https://goo.gl/lGz5x0",
	"https://stylelint.io/user-guide/rules/block-closing-brace-newline-after/": "https://goo.gl/zmcN7w",
	"https://stylelint.io/user-guide/rules/block-closing-brace-newline-before/": "https://goo.gl/0yZxiP",
	"https://stylelint.io/user-guide/rules/block-closing-brace-space-after/": "https://goo.gl/Pp9ExK",
	"https://stylelint.io/user-guide/rules/block-closing-brace-space-before/": "https://goo.gl/GLPr2c",
	"https://stylelint.io/user-guide/rules/block-no-empty/": "https://goo.gl/YEHVDc",
	"https://stylelint.io/user-guide/rules/block-no-single-line/": "https://goo.gl/nicJ4h",
	"https://stylelint.io/user-guide/rules/block-opening-brace-newline-after/": "https://goo.gl/k2FgY6",
	"https://stylelint.io/user-guide/rules/block-opening-brace-newline-before/": "https://goo.gl/SeZBfx",
	"https://stylelint.io/user-guide/rules/block-opening-brace-space-after/": "https://goo.gl/I4dzp0",
	"https://stylelint.io/user-guide/rules/block-opening-brace-space-before/": "https://goo.gl/uY2EwX",
	"https://stylelint.io/user-guide/rules/color-hex-case/": "https://goo.gl/j3wkdy",
	"https://stylelint.io/user-guide/rules/color-hex-length/": "https://goo.gl/ZILDTh",
	"https://stylelint.io/user-guide/rules/color-named/": "https://goo.gl/acjTDK",
	"https://stylelint.io/user-guide/rules/color-no-hex/": "https://goo.gl/x49byo",
	"https://stylelint.io/user-guide/rules/color-no-invalid-hex/": "https://goo.gl/GidypA",
	"https://stylelint.io/user-guide/rules/comment-empty-line-before/": "https://goo.gl/B0hFnl",
	"https://stylelint.io/user-guide/rules/comment-no-empty/": "https://goo.gl/jtQY4K",
	"https://stylelint.io/user-guide/rules/comment-whitespace-inside/": "https://goo.gl/F90ZTu",
	"https://stylelint.io/user-guide/rules/comment-word-blacklist/": "https://goo.gl/7YE1F6",
	"https://stylelint.io/user-guide/rules/custom-media-pattern/": "https://goo.gl/YKUEC5",
	"https://stylelint.io/user-guide/rules/custom-property-empty-line-before/": "https://goo.gl/QgXYCZ",
	"https://stylelint.io/user-guide/rules/custom-property-no-outside-root/": "https://goo.gl/oPlJDk",
	"https://stylelint.io/user-guide/rules/custom-property-pattern/": "https://goo.gl/7QQrr8",
	"https://stylelint.io/user-guide/rules/declaration-bang-space-after/": "https://goo.gl/4nWPO6",
	"https://stylelint.io/user-guide/rules/declaration-bang-space-before/": "https://goo.gl/eaCssP",
	"https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties/": "https://goo.gl/B8vFcG",
	"https://stylelint.io/user-guide/rules/declaration-block-no-ignored-properties/": "https://goo.gl/QoRNcC",
	"https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/": "https://goo.gl/Ls1l6y",
	"https://stylelint.io/user-guide/rules/declaration-block-no-shorthand-property-overrides/": "https://goo.gl/PgH64W",
	"https://stylelint.io/user-guide/rules/declaration-block-properties-order/": "https://goo.gl/k4wc3t",
	"https://stylelint.io/user-guide/rules/declaration-block-semicolon-newline-after/": "https://goo.gl/oZXbq0",
	"https://stylelint.io/user-guide/rules/declaration-block-semicolon-newline-before/": "https://goo.gl/qiH68j",
	"https://stylelint.io/user-guide/rules/declaration-block-semicolon-space-after/": "https://goo.gl/WQsU5R",
	"https://stylelint.io/user-guide/rules/declaration-block-semicolon-space-before/": "https://goo.gl/DkZg8F",
	"https://stylelint.io/user-guide/rules/declaration-block-single-line-max-declarations/": "https://goo.gl/u75sb7",
	"https://stylelint.io/user-guide/rules/declaration-block-trailing-semicolon/": "https://goo.gl/0dZiMh",
	"https://stylelint.io/user-guide/rules/declaration-colon-newline-after/": "https://goo.gl/5WfwcQ",
	"https://stylelint.io/user-guide/rules/declaration-colon-space-after/": "https://goo.gl/rQnjWb",
	"https://stylelint.io/user-guide/rules/declaration-colon-space-before/": "https://goo.gl/jWxLgx",
	"https://stylelint.io/user-guide/rules/declaration-empty-line-before/": "https://goo.gl/tvGKd5",
	"https://stylelint.io/user-guide/rules/declaration-no-important/": "https://goo.gl/FKwC7K",
	"https://stylelint.io/user-guide/rules/declaration-property-unit-blacklist/": "https://goo.gl/QSUQAY",
	"https://stylelint.io/user-guide/rules/declaration-property-unit-whitelist/": "https://goo.gl/oX3294",
	"https://stylelint.io/user-guide/rules/declaration-property-value-blacklist/": "https://goo.gl/z5GxmA",
	"https://stylelint.io/user-guide/rules/declaration-property-value-whitelist/": "https://goo.gl/wzvrUi",
	"https://stylelint.io/user-guide/rules/font-family-name-quotes/": "https://goo.gl/IiypQL",
	"https://stylelint.io/user-guide/rules/font-family-no-duplicate-names/": "https://goo.gl/d7Mcrv",
	"https://stylelint.io/user-guide/rules/font-family-no-missing-generic-family-keyword/": "https://goo.gl/i427Nx",
	"https://stylelint.io/user-guide/rules/font-weight-notation/": "https://goo.gl/bDTkb8",
	"https://stylelint.io/user-guide/rules/function-blacklist/": "https://goo.gl/gNNvoj",
	"https://stylelint.io/user-guide/rules/function-calc-no-unspaced-operator/": "https://goo.gl/sWv3V4",
	"https://stylelint.io/user-guide/rules/function-comma-newline-after/": "https://goo.gl/Z39NbJ",
	"https://stylelint.io/user-guide/rules/function-comma-newline-before/": "https://goo.gl/gH5KlX",
	"https://stylelint.io/user-guide/rules/function-comma-space-after/": "https://goo.gl/EpksyR",
	"https://stylelint.io/user-guide/rules/function-comma-space-before/": "https://goo.gl/98NsRv",
	"https://stylelint.io/user-guide/rules/function-linear-gradient-no-nonstandard-direction/": "https://goo.gl/ouEl4i",
	"https://stylelint.io/user-guide/rules/function-max-empty-lines/": "https://goo.gl/RafRh8",
	"https://stylelint.io/user-guide/rules/function-name-case/": "https://goo.gl/6iFHUR",
	"https://stylelint.io/user-guide/rules/function-parentheses-newline-inside/": "https://goo.gl/RVoq3d",
	"https://stylelint.io/user-guide/rules/function-parentheses-space-inside/": "https://goo.gl/GqIoXP",
	"https://stylelint.io/user-guide/rules/function-url-data-uris/": "https://goo.gl/O8ZVNd",
	"https://stylelint.io/user-guide/rules/function-url-no-scheme-relative/": "https://goo.gl/XVI6WU",
	"https://stylelint.io/user-guide/rules/function-url-quotes/": "https://goo.gl/FtLNcp",
	"https://stylelint.io/user-guide/rules/function-url-scheme-blacklist/": "https://goo.gl/v7uB7f",
	"https://stylelint.io/user-guide/rules/function-url-scheme-whitelist/": "https://goo.gl/n1e9kC",
	"https://stylelint.io/user-guide/rules/function-whitelist/": "https://goo.gl/Hjc6Qe",
	"https://stylelint.io/user-guide/rules/function-whitespace-after/": "https://goo.gl/t7rfgu",
	"https://stylelint.io/user-guide/rules/indentation/": "https://goo.gl/NVQ9aa",
	"https://stylelint.io/user-guide/rules/keyframe-declaration-no-important/": "https://goo.gl/YxRRSq",
	"https://stylelint.io/user-guide/rules/keyframes-name-pattern/": "https://goo.gl/W4XQ3r",
	"https://stylelint.io/user-guide/rules/length-zero-no-unit/": "https://goo.gl/2DdEo2",
	"https://stylelint.io/user-guide/rules/linebreaks/": "https://goo.gl/asVcB6",
	"https://stylelint.io/user-guide/rules/max-empty-lines/": "https://goo.gl/onvrzL",
	"https://stylelint.io/user-guide/rules/max-line-length/": "https://goo.gl/yGpzUl",
	"https://stylelint.io/user-guide/rules/max-nesting-depth/": "https://goo.gl/FRFGUi",
	"https://stylelint.io/user-guide/rules/media-feature-colon-space-after/": "https://goo.gl/Eg88ZH",
	"https://stylelint.io/user-guide/rules/media-feature-colon-space-before/": "https://goo.gl/NdG9tQ",
	"https://stylelint.io/user-guide/rules/media-feature-name-blacklist/": "https://goo.gl/n3IeK9",
	"https://stylelint.io/user-guide/rules/media-feature-name-case/": "https://goo.gl/94sXzC",
	"https://stylelint.io/user-guide/rules/media-feature-name-no-unknown/": "https://goo.gl/KiwSMe",
	"https://stylelint.io/user-guide/rules/media-feature-name-no-vendor-prefix/": "https://goo.gl/vg7zAm",
	"https://stylelint.io/user-guide/rules/media-feature-name-value-whitelist/": "https://goo.gl/Dh9Dpe",
	"https://stylelint.io/user-guide/rules/media-feature-name-whitelist/": "https://goo.gl/VUnppU",
	"https://stylelint.io/user-guide/rules/media-feature-no-missing-punctuation/": "https://goo.gl/6IBcDQ",
	"https://stylelint.io/user-guide/rules/media-feature-parentheses-space-inside/": "https://goo.gl/B1BlgZ",
	"https://stylelint.io/user-guide/rules/media-feature-range-operator-space-after/": "https://goo.gl/MdhLfz",
	"https://stylelint.io/user-guide/rules/media-feature-range-operator-space-before/": "https://goo.gl/tKCJHm",
	"https://stylelint.io/user-guide/rules/media-query-list-comma-newline-after/": "https://goo.gl/1GWauC",
	"https://stylelint.io/user-guide/rules/media-query-list-comma-newline-before/": "https://goo.gl/FDbo5Y",
	"https://stylelint.io/user-guide/rules/media-query-list-comma-space-after/": "https://goo.gl/76RJrp",
	"https://stylelint.io/user-guide/rules/media-query-list-comma-space-before/": "https://goo.gl/nxvrbr",
	"https://stylelint.io/user-guide/rules/no-browser-hacks/": "https://goo.gl/W1Voz3",
	"https://stylelint.io/user-guide/rules/no-descending-specificity/": "https://goo.gl/lAfLij",
	"https://stylelint.io/user-guide/rules/no-duplicate-at-import-rules/": "https://goo.gl/M8su9p",
	"https://stylelint.io/user-guide/rules/no-duplicate-selectors/": "https://goo.gl/z9aXNQ",
	"https://stylelint.io/user-guide/rules/no-empty-first-line/": "https://goo.gl/NShfRR",
	"https://stylelint.io/user-guide/rules/no-empty-source/": "https://goo.gl/LbXwfz",
	"https://stylelint.io/user-guide/rules/no-eol-whitespace/": "https://goo.gl/PhXdYv",
	"https://stylelint.io/user-guide/rules/no-extra-semicolons/": "https://goo.gl/p5C2gI",
	"https://stylelint.io/user-guide/rules/no-indistinguishable-colors/": "https://goo.gl/uMnidU",
	"https://stylelint.io/user-guide/rules/no-invalid-double-slash-comments/": "https://goo.gl/vMZpy0",
	"https://stylelint.io/user-guide/rules/no-missing-end-of-source-newline/": "https://goo.gl/tdvc58",
	"https://stylelint.io/user-guide/rules/no-unknown-animations/": "https://goo.gl/WTl4vr",
	"https://stylelint.io/user-guide/rules/no-unsupported-browser-features/": "https://goo.gl/zIEQkW",
	"https://stylelint.io/user-guide/rules/number-leading-zero/": "https://goo.gl/iuUiIQ",
	"https://stylelint.io/user-guide/rules/number-max-precision/": "https://goo.gl/yoGDpH",
	"https://stylelint.io/user-guide/rules/number-no-trailing-zeros/": "https://goo.gl/iN33K6",
	"https://stylelint.io/user-guide/rules/property-blacklist/": "https://goo.gl/6ydduC",
	"https://stylelint.io/user-guide/rules/property-case/": "https://goo.gl/rlBMDo",
	"https://stylelint.io/user-guide/rules/property-no-unknown/": "https://goo.gl/zrDjIr",
	"https://stylelint.io/user-guide/rules/property-no-vendor-prefix/": "https://goo.gl/hIhM9w",
	"https://stylelint.io/user-guide/rules/property-whitelist/": "https://goo.gl/L06IEJ",
	"https://stylelint.io/user-guide/rules/root-no-standard-properties/": "https://goo.gl/1HJcGd",
	"https://stylelint.io/user-guide/rules/rule-empty-line-before/": "https://goo.gl/g1OX4N",
	"https://stylelint.io/user-guide/rules/rule-nested-empty-line-before/": "https://goo.gl/HQIYPW",
	"https://stylelint.io/user-guide/rules/rule-non-nested-empty-line-before/": "https://goo.gl/2lJKLT",
	"https://stylelint.io/user-guide/rules/selector-attribute-brackets-space-inside/": "https://goo.gl/lHKyJE",
	"https://stylelint.io/user-guide/rules/selector-attribute-operator-blacklist/": "https://goo.gl/qGB9IB",
	"https://stylelint.io/user-guide/rules/selector-attribute-operator-space-after/": "https://goo.gl/3F3lr1",
	"https://stylelint.io/user-guide/rules/selector-attribute-operator-space-before/": "https://goo.gl/C6TXe4",
	"https://stylelint.io/user-guide/rules/selector-attribute-operator-whitelist/": "https://goo.gl/6lXqYZ",
	"https://stylelint.io/user-guide/rules/selector-attribute-quotes/": "https://goo.gl/OMAEms",
	"https://stylelint.io/user-guide/rules/selector-class-pattern/": "https://goo.gl/RzmkoZ",
	"https://stylelint.io/user-guide/rules/selector-combinator-blacklist/": "https://goo.gl/qR5Rbm",
	"https://stylelint.io/user-guide/rules/selector-combinator-space-after/": "https://goo.gl/KDaqBP",
	"https://stylelint.io/user-guide/rules/selector-combinator-space-before/": "https://goo.gl/hh60tO",
	"https://stylelint.io/user-guide/rules/selector-combinator-whitelist/": "https://goo.gl/uxQWiX",
	"https://stylelint.io/user-guide/rules/selector-descendant-combinator-no-non-space/": "https://goo.gl/MVHsdE",
	"https://stylelint.io/user-guide/rules/selector-id-pattern/": "https://goo.gl/PpOupy",
	"https://stylelint.io/user-guide/rules/selector-list-comma-newline-after/": "https://goo.gl/AkPPMl",
	"https://stylelint.io/user-guide/rules/selector-list-comma-newline-before/": "https://goo.gl/uAE4zF",
	"https://stylelint.io/user-guide/rules/selector-list-comma-space-after/": "https://goo.gl/wOi3La",
	"https://stylelint.io/user-guide/rules/selector-list-comma-space-before/": "https://goo.gl/6QCby0",
	"https://stylelint.io/user-guide/rules/selector-max-attribute/": "https://goo.gl/UpUrKX",
	"https://stylelint.io/user-guide/rules/selector-max-class/": "https://goo.gl/rbaeN5",
	"https://stylelint.io/user-guide/rules/selector-max-combinators/": "https://goo.gl/bQBQ2a",
	"https://stylelint.io/user-guide/rules/selector-max-compound-selectors/": "https://goo.gl/3c7oPS",
	"https://stylelint.io/user-guide/rules/selector-max-empty-lines/": "https://goo.gl/JKpbWz",
	"https://stylelint.io/user-guide/rules/selector-max-id/": "https://goo.gl/eak7A2",
	"https://stylelint.io/user-guide/rules/selector-max-pseudo-class/": "https://goo.gl/GqSfRN",
	"https://stylelint.io/user-guide/rules/selector-max-specificity/": "https://goo.gl/0TeoYz",
	"https://stylelint.io/user-guide/rules/selector-max-type/": "https://goo.gl/pPscEy",
	"https://stylelint.io/user-guide/rules/selector-max-universal/": "https://goo.gl/G635EB",
	"https://stylelint.io/user-guide/rules/selector-nested-pattern/": "https://goo.gl/mh0xWr",
	"https://stylelint.io/user-guide/rules/selector-no-attribute/": "https://goo.gl/6sWjXN",
	"https://stylelint.io/user-guide/rules/selector-no-combinator/": "https://goo.gl/E9L7GE",
	"https://stylelint.io/user-guide/rules/selector-no-empty/": "https://goo.gl/M1jp9K",
	"https://stylelint.io/user-guide/rules/selector-no-id/": "https://goo.gl/ePtnkC",
	"https://stylelint.io/user-guide/rules/selector-no-qualifying-type/": "https://goo.gl/yojQAc",
	"https://stylelint.io/user-guide/rules/selector-no-type/": "https://goo.gl/6zw9oS",
	"https://stylelint.io/user-guide/rules/selector-no-universal/": "https://goo.gl/oc0sux",
	"https://stylelint.io/user-guide/rules/selector-no-vendor-prefix/": "https://goo.gl/9w50Ih",
	"https://stylelint.io/user-guide/rules/selector-pseudo-class-blacklist/": "https://goo.gl/h2U7mZ",
	"https://stylelint.io/user-guide/rules/selector-pseudo-class-case/": "https://goo.gl/0hLkLn",
	"https://stylelint.io/user-guide/rules/selector-pseudo-class-no-unknown/": "https://goo.gl/RlloFB",
	"https://stylelint.io/user-guide/rules/selector-pseudo-class-parentheses-space-inside/": "https://goo.gl/7Ryphl",
	"https://stylelint.io/user-guide/rules/selector-pseudo-class-whitelist/": "https://goo.gl/L0dwMP",
	"https://stylelint.io/user-guide/rules/selector-pseudo-element-blacklist/": "https://goo.gl/CWeUKp",
	"https://stylelint.io/user-guide/rules/selector-pseudo-element-case/": "https://goo.gl/3g8EyL",
	"https://stylelint.io/user-guide/rules/selector-pseudo-element-colon-notation/": "https://goo.gl/iSthF4",
	"https://stylelint.io/user-guide/rules/selector-pseudo-element-no-unknown/": "https://goo.gl/AHjTfI",
	"https://stylelint.io/user-guide/rules/selector-pseudo-element-whitelist/": "https://goo.gl/x58iyC",
	"https://stylelint.io/user-guide/rules/selector-root-no-composition/": "https://goo.gl/NRjD8D",
	"https://stylelint.io/user-guide/rules/selector-type-case/": "https://goo.gl/JL3e4G",
	"https://stylelint.io/user-guide/rules/selector-type-no-unknown/": "https://goo.gl/4lZsHB",
	"https://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values/": "https://goo.gl/bVzI7S",
	"https://stylelint.io/user-guide/rules/string-no-newline/": "https://goo.gl/8CNCgH",
	"https://stylelint.io/user-guide/rules/string-quotes/": "https://goo.gl/aVLl0b",
	"https://stylelint.io/user-guide/rules/stylelint-disable-reason/": "https://goo.gl/hrcL5c",
	"https://stylelint.io/user-guide/rules/time-min-milliseconds/": "https://goo.gl/NQYxrZ",
	"https://stylelint.io/user-guide/rules/time-no-imperceptible/": "https://goo.gl/oKGVBN",
	"https://stylelint.io/user-guide/rules/unit-blacklist/": "https://goo.gl/llWhFE",
	"https://stylelint.io/user-guide/rules/unit-case/": "https://goo.gl/eZWqzY",
	"https://stylelint.io/user-guide/rules/unit-no-unknown/": "https://goo.gl/cnhaIp",
	"https://stylelint.io/user-guide/rules/unit-whitelist/": "https://goo.gl/EZlmH3",
	"https://stylelint.io/user-guide/rules/value-keyword-case/": "https://goo.gl/3qpwba",
	"https://stylelint.io/user-guide/rules/value-list-comma-newline-after/": "https://goo.gl/mB8tpx",
	"https://stylelint.io/user-guide/rules/value-list-comma-newline-before/": "https://goo.gl/0b3jZH",
	"https://stylelint.io/user-guide/rules/value-list-comma-space-after/": "https://goo.gl/9DqBd2",
	"https://stylelint.io/user-guide/rules/value-list-comma-space-before/": "https://goo.gl/JvJL2V",
	"https://stylelint.io/user-guide/rules/value-list-max-empty-lines/": "https://goo.gl/KO5tS4",
	"https://stylelint.io/user-guide/rules/value-no-vendor-prefix/": "https://goo.gl/UYmnJb",
	"https://www.caniuse.com/#search=fetch": "https://goo.gl/GKT8L6",
	"https://www.caniuse.com/#search=intersectionobserver": "https://goo.gl/h2GP4D",
	"https://www.caniuse.com/#search=paymentrequest": "https://goo.gl/CCj8Ro",
	"https://www.caniuse.com/#search=promise": "https://goo.gl/kbCHGv",
	"https://www.caniuse.com/#search=serviceworker": "https://goo.gl/jD8RhJ",
	"https://www.caniuse.com/#search=webassembly": "https://goo.gl/NwGicN",
	"https://www.npmjs.com/package/eslint-plugin-alint#bracket-predicates": "https://goo.gl/JJd74F",
	"https://www.npmjs.com/package/eslint-plugin-alint#no-use-strict": "https://goo.gl/DqgUws",
	"https://www.npmjs.com/package/eslint-plugin-atomic-design#options": "https://goo.gl/pu5H4Q",
	"https://www.npmjs.com/package/eslint-plugin-eggache#no-override-exports": "https://goo.gl/T3CDgF",
	"https://www.npmjs.com/package/eslint-plugin-eggache#no-unexpected-plugin-keys": "https://goo.gl/587zGJ",
	"https://www.npmjs.com/package/eslint-plugin-extra-rules#no-commented-out-code": "https://goo.gl/RDgEW5",
	"https://www.npmjs.com/package/eslint-plugin-extra-rules#no-for-loops": "https://goo.gl/FD3gN9",
	"https://www.npmjs.com/package/eslint-plugin-extra-rules#no-long-files": "https://goo.gl/KKev9x",
	"https://www.npmjs.com/package/eslint-plugin-extra-rules#no-single-line-objects": "https://goo.gl/XR3agU",
	"https://www.npmjs.com/package/eslint-plugin-extra-rules#potential-point-free": "https://goo.gl/vTHbKQ",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#array-style-complex-type": "https://goo.gl/nivWYk",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#array-style-simple-type": "https://goo.gl/BGK2AA",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#boolean-style": "https://goo.gl/YiT4Gq",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#define-flow-type": "https://goo.gl/2BTfKA",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#delimiter-dangle": "https://goo.gl/e9u2DD",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#generic-spacing": "https://goo.gl/w2iwud",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#newline-after-flow-annotation": "https://goo.gl/W3mkds",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-dupe-keys": "https://goo.gl/yfnFsS",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-existential-type": "https://goo.gl/u9YCVY",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-flow-fix-me-comments": "https://goo.gl/awdXfZ",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-mutable-array": "https://goo.gl/6hkZnc",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-primitive-constructor-types": "https://goo.gl/et89Ln",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-types-missing-file-annotation": "https://goo.gl/mouBuB",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-unused-expressions": "https://goo.gl/yb1ypd",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#no-weak-types": "https://goo.gl/HY32Dt",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#object-type-delimiter": "https://goo.gl/2WmwzE",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-compound-type-alias": "https://goo.gl/3tn3Ag",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-exact-type": "https://goo.gl/dqDCys",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-parameter-type": "https://goo.gl/DcW94p",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-return-type": "https://goo.gl/WW4MpV",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-types-at-top": "https://goo.gl/JRpwUP",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-valid-file-annotation": "https://goo.gl/wxkmkt",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#require-variable-type": "https://goo.gl/Co6FPf",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#semi": "https://goo.gl/JJZuWD",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#sort-keys": "https://goo.gl/f5gNJN",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#space-after-type-colon": "https://goo.gl/sGq44w",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#space-before-generic-bracket": "https://goo.gl/UvQGGo",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#space-before-type-colon": "https://goo.gl/PpxdQM",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#type-id-match": "https://goo.gl/zRn1e4",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#type-import-style": "https://goo.gl/rEqNaS",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#union-intersection-spacing": "https://goo.gl/ePu9XR",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#use-flow-type": "https://goo.gl/VJzAUP",
	"https://www.npmjs.com/package/eslint-plugin-flowtype#valid-syntax": "https://goo.gl/cV5CgF",
	"https://www.npmjs.com/package/eslint-plugin-gettext#gettextno-variable-string": "https://goo.gl/GV1cwe",
	"https://www.npmjs.com/package/eslint-plugin-i18n-json#identical-keys": "https://goo.gl/r49Mkv",
	"https://www.npmjs.com/package/eslint-plugin-i18n-json#ignore-keys": "https://goo.gl/jWmYmN",
	"https://www.npmjs.com/package/eslint-plugin-i18n-json#sorted-keys": "https://goo.gl/7LMG9s",
	"https://www.npmjs.com/package/eslint-plugin-i18n-json#valid-json": "https://goo.gl/6W6Uyi",
	"https://www.npmjs.com/package/eslint-plugin-i18n-json#valid-message-syntax": "https://goo.gl/6HQ9ey",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#check-examples": "https://goo.gl/LJe451",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#check-param-names": "https://goo.gl/nzFVKc",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#check-tag-names": "https://goo.gl/SFbafB",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#check-types": "https://goo.gl/ctqhTS",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#newline-after-description": "https://goo.gl/7fH3CV",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#no-undefined-types": "https://goo.gl/Uw4WDi",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-description": "https://goo.gl/VbkDRR",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-description-complete-sentence": "https://goo.gl/3SxHqK",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-example": "https://goo.gl/77cGq2",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-hyphen-before-param-description": "https://goo.gl/8RxTU2",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-param": "https://goo.gl/wALVSw",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-param-description": "https://goo.gl/bduuox",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-param-name": "https://goo.gl/BvrnNs",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-param-type": "https://goo.gl/K5UDFZ",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-returns-description": "https://goo.gl/MkKtph",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#require-returns-type": "https://goo.gl/JNSs2j",
	"https://www.npmjs.com/package/eslint-plugin-jsdoc#valid-types": "https://goo.gl/m271Vp",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-addtoset-updates": "https://goo.gl/2a1NSE",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-current-date-updates": "https://goo.gl/JWSZNf",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-deprecated-calls": "https://goo.gl/T6akL1",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-deprecated-updates": "https://goo.gl/ccpaS7",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-insert-calls": "https://goo.gl/kJqRBA",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-minmax-updates": "https://goo.gl/K1cUCV",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-numeric-updates": "https://goo.gl/QzHkkz",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-pop-updates": "https://goo.gl/FzA7GK",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-pull-updates": "https://goo.gl/M1xsYH",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-push-updates": "https://goo.gl/grj2Br",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-query-calls": "https://goo.gl/nx4Axk",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-remove-calls": "https://goo.gl/BQ7v6U",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-rename-updates": "https://goo.gl/aoS7Gj",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-set-updates": "https://goo.gl/26L6Lm",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-unset-updates": "https://goo.gl/ins9BT",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#check-update-calls": "https://goo.gl/ULmdkT",
	"https://www.npmjs.com/package/eslint-plugin-mongodb#no-replace": "https://goo.gl/UQH7fL",
	"https://www.npmjs.com/package/eslint-plugin-sql#eslint-plugin-sql-rules-format": "https://goo.gl/QHF2Ft",
	"https://www.npmjs.com/package/eslint-plugin-sql#eslint-plugin-sql-rules-no-unsafe-query": "https://goo.gl/aErVi6",
	"https://www.npmjs.com/package/eslint-plugin-standard#rules-explanations": "https://goo.gl/sqb2hd"
}
