From 44070a1ea4a9e7dd6b7e4ed3b14e212bdd730781 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Wed, 25 Oct 2023 08:19:12 +0100 Subject: [PATCH] fix: update eslint repo url (#1392) Closes #1346 --- src/cmds/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/lint.js b/src/cmds/lint.js index b016882f9..c21c2346a 100644 --- a/src/cmds/lint.js +++ b/src/cmds/lint.js @@ -9,7 +9,7 @@ import lintCmd from '../lint.js' const EPILOG = ` Linting uses eslint (http://eslint.org/) and standard(https://github.com/feross/standard) -with some custom rules(https://github.com/ipfs/eslint-config-aegir) to enforce some more strictness. +with some custom rules (https://github.com/ipfs/eslint-config-ipfs) to enforce some more strictness. ` /** @type {CommandModule} */