Skip to content

Commit

Permalink
fix: update eslint repo url (#1392)
Browse files Browse the repository at this point in the history
Closes #1346
  • Loading branch information
achingbrain authored Oct 25, 2023
1 parent 6c36cfd commit 44070a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} */
Expand Down

0 comments on commit 44070a1

Please sign in to comment.