Skip to content

Commit a1f13c7

Browse files
committed
fixup! chore: deprecate tslint (#4289)
1 parent debc3f1 commit a1f13c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/@vue/cli/lib/promptModules/__tests__/typescript.spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ test('with TSLint', async () => {
2323
},
2424
{
2525
message: 'Pick a linter / formatter',
26-
choices: ['TSLint', 'error prevention', 'Airbnb', 'Standard', 'Prettier'],
27-
choose: [0]
26+
choices: ['ESLint with error prevention only', 'Airbnb', 'Standard', 'Prettier', 'TSLint (deprecated)'],
27+
choose: [4]
2828
},
2929
{
3030
message: 'Pick additional lint features',
@@ -69,8 +69,8 @@ test('with ESLint', async () => {
6969
},
7070
{
7171
message: 'Pick a linter / formatter',
72-
choices: ['TSLint', 'error prevention', 'Airbnb', 'Standard', 'Prettier'],
73-
choose: [2]
72+
choices: ['ESLint with error prevention only', 'Airbnb', 'Standard', 'Prettier', 'TSLint (deprecated)'],
73+
choose: [1]
7474
},
7575
{
7676
message: 'Pick additional lint features',

0 commit comments

Comments
 (0)