[READ-ONLY] Mirror of https://github.com/danielroe/vuejslive. A demo of integrating Vue, Vite and Nitro for Vue.js Live London 2023. vuejslive.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

vuejslive / prettier.config.cjs
124 B 7 lines
1module.exports = { 2 semi: false, 3 singleQuote: true, 4 printWidth: 100, 5 trailingComma: 'es5', 6 arrowParens: 'avoid', 7}