Skip to content

Commit a30ea3a

Browse files
committed
fix: install eslint, not tslint
1 parent 1ab9123 commit a30ea3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async function main(): Promise<void> {
251251
'sourcegraph',
252252
'typescript',
253253
'parcel-bundler',
254-
'tslint',
254+
'eslint',
255255
'@sourcegraph/eslint-config',
256256
'@sourcegraph/tsconfig',
257257
'lnfs-cli',

0 commit comments

Comments
 (0)