diff --git a/src/steps/writing/creation/dotGitHub/createDevelopment.test.ts b/src/steps/writing/creation/dotGitHub/createDevelopment.test.ts index 586949458..fbda14f80 100644 --- a/src/steps/writing/creation/dotGitHub/createDevelopment.test.ts +++ b/src/steps/writing/creation/dotGitHub/createDevelopment.test.ts @@ -192,7 +192,7 @@ describe("createDevelopment", () => { ## Linting - [ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io)) to lint JavaScript and TypeScript source files. + [ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io) to lint JavaScript and TypeScript source files. You can run it locally on the command-line: \`\`\`shell diff --git a/src/steps/writing/creation/dotGitHub/createDevelopment.ts b/src/steps/writing/creation/dotGitHub/createDevelopment.ts index 45a76824e..0854dcfd4 100644 --- a/src/steps/writing/creation/dotGitHub/createDevelopment.ts +++ b/src/steps/writing/creation/dotGitHub/createDevelopment.ts @@ -74,7 +74,7 @@ ${ ``, `For example, ESLint can be run with \`--fix\` to auto-fix some lint rule complaints:`, ].join("\n") - : `[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io)) to lint JavaScript and TypeScript source files. + : `[ESLint](https://eslint.org) is used with with [typescript-eslint](https://typescript-eslint.io) to lint JavaScript and TypeScript source files. You can run it locally on the command-line: \`\`\`shell