Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2020-05-28 17:03:53 +0300
committerJames M Snell <jasnell@gmail.com>2020-05-30 20:01:57 +0300
commita437a84f808ecb79705213e5a837cf4752e11a40 (patch)
treeaaaeffe6aa37ea92d7910e82ad11394e52990c83 /.eslintrc.js
parentc4cced0c80f8b311f03cee88f51783aab669a9e8 (diff)
doc: fix urls to avoid redirection
Replace redirected urls with the final ones. Replace http urls with https ones. PR-URL: https://github.com/nodejs/node/pull/33614 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index f59f65f8065..8279dfc9c4a 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -59,7 +59,7 @@ module.exports = {
],
rules: {
// ESLint built-in rules
- // http://eslint.org/docs/rules
+ // https://eslint.org/docs/rules/
'accessor-pairs': 'error',
'array-callback-return': 'error',
'arrow-parens': ['error', 'always'],