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} */