mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-01 11:59:10 -06:00
fixup! chore: deprecate tslint (#4289)
This commit is contained in:
@@ -23,8 +23,8 @@ test('with TSLint', async () => {
|
||||
},
|
||||
{
|
||||
message: 'Pick a linter / formatter',
|
||||
choices: ['TSLint', 'error prevention', 'Airbnb', 'Standard', 'Prettier'],
|
||||
choose: [0]
|
||||
choices: ['ESLint with error prevention only', 'Airbnb', 'Standard', 'Prettier', 'TSLint (deprecated)'],
|
||||
choose: [4]
|
||||
},
|
||||
{
|
||||
message: 'Pick additional lint features',
|
||||
@@ -69,8 +69,8 @@ test('with ESLint', async () => {
|
||||
},
|
||||
{
|
||||
message: 'Pick a linter / formatter',
|
||||
choices: ['TSLint', 'error prevention', 'Airbnb', 'Standard', 'Prettier'],
|
||||
choose: [2]
|
||||
choices: ['ESLint with error prevention only', 'Airbnb', 'Standard', 'Prettier', 'TSLint (deprecated)'],
|
||||
choose: [1]
|
||||
},
|
||||
{
|
||||
message: 'Pick additional lint features',
|
||||
|
||||
Reference in New Issue
Block a user