We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13157f6 + 48b1423 commit 9c98a62Copy full SHA for 9c98a62
bin/eslint-github-init.js
@@ -89,7 +89,7 @@ inquirer.prompt(questions).then(answers => {
89
]
90
}
91
92
- // Create a `tsconfig.json` if one doesn't exits. Equivalent to running `tsc --init`.
+ // Create a `tsconfig.json`.
93
const tsconfigPath = path.resolve(process.cwd(), 'tsconfig.json')
94
if (!fs.existsSync(tsconfigPath)) {
95
const tsconfigDefaults = {
0 commit comments