Skip to content

Commit

Permalink
fix: 🐛 we use only eslint, now
Browse files Browse the repository at this point in the history
  • Loading branch information
laruiss committed Apr 3, 2024
1 parent 7b9447c commit e14f2bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ const FRAMEWORKS = [
variants: [
{
name: 'vue3-ts-simple',
display: ' Vue3, TS, ESlint, VueDsfr, Autoimport',
display: ' Vue3, TS, ESlint, Autoimport, VueDsfr',
color: yellow
},
{
name: 'vue3-ts-complet',
display: 'Vue3, TS, ESLint, VueDsfr, Autoimport, Pinia, PWA, Prettier, Vitest, Cypress',
display: 'Vue3, TS, ESLint, Autoimport, Pinia, PWA, Vitest, Playwright, VueDsfr',
color: magenta
},
],
Expand All @@ -47,12 +47,12 @@ const FRAMEWORKS = [
variants: [
{
name: 'nuxt3-ts-simple',
display: ' Nuxt3, TS, ESLint',
display: 'Nuxt3, TS, ESLint, VueDsfr',
color: lightBlue
},
{
name: 'nuxt3-ts-complet',
display: 'Nuxt3, TS, ESLint, Vitest, Cypress',
display: 'Nuxt3, TS, ESLint, Vitest, Playwright, PWA, VueDsfr',
color: blue
},
],
Expand Down Expand Up @@ -81,7 +81,7 @@ async function init() {
{
type: targetDir ? null : 'text',
name: 'projectName',
message: 'Nom du projet:',
message: 'Nom du projet:',
initial: defaultProjectName,
onState: (state) =>
(targetDir = state.value.trim() || defaultProjectName)
Expand Down

0 comments on commit e14f2bd

Please sign in to comment.