Skip to content

Commit 9c98a62

Browse files
committed
Merge branch 'typescript' of github.com:koddsson/eslint-plugin-github into typescript
2 parents 13157f6 + 48b1423 commit 9c98a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/eslint-github-init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ inquirer.prompt(questions).then(answers => {
8989
]
9090
}
9191

92-
// Create a `tsconfig.json` if one doesn't exits. Equivalent to running `tsc --init`.
92+
// Create a `tsconfig.json`.
9393
const tsconfigPath = path.resolve(process.cwd(), 'tsconfig.json')
9494
if (!fs.existsSync(tsconfigPath)) {
9595
const tsconfigDefaults = {

0 commit comments

Comments
 (0)