]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
style: enable trailingComma in prettier
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 25 Oct 2024 11:13:06 +0000 (19:13 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 25 Oct 2024 11:13:06 +0000 (19:13 +0800)
commit50d5e85d532823583dd4abacc9f11a8ef2e9c15b
tree83a4c8a38c43cece342e106443d3d6fb3a3e5d75
parentdd60a395d8a9c1600135bcdb142bfe37571d520a
style: enable trailingComma in prettier

I think we don't have to strictly conform to the styles from vuejs/core,
so let's choose a style that better suited for this project.
30 files changed:
.prettierrc
__test__/renderEslint.spec.ts
__test__/sortDependencies.spec.ts
index.ts
scripts/build.mjs
scripts/snapshot.mjs
template/base/vite.config.js.data.mjs
template/base/vite.config.js.ejs
template/code/default/src/components/HelloWorld.vue
template/code/default/src/components/TheWelcome.vue
template/code/router/src/components/HelloWorld.vue
template/code/router/src/components/TheWelcome.vue
template/code/router/src/router/index.js
template/code/typescript-default/src/components/TheWelcome.vue
template/code/typescript-router/src/components/TheWelcome.vue
template/code/typescript-router/src/router/index.ts
template/config/cypress-ct/cypress.config.js
template/config/cypress/cypress.config.js
template/config/devtools/vite.config.js.data.mjs
template/config/jsx/vite.config.js.data.mjs
template/config/nightwatch-ct/vite.config.js.data.mjs
template/config/nightwatch/nightwatch.conf.cjs
template/config/nightwatch/vite.config.js.data.mjs
template/config/playwright/playwright.config.js
template/config/vitest/vitest.config.js
utils/generateReadme.ts
utils/renderEslint.ts
utils/renderTemplate.ts
utils/sortDependencies.ts
vitest.config.ts