[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-capo. capo.js implementation for Nuxt 3
nuxt-module
0

Configure Feed

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

nuxt-capo / lint-staged.config.cjs
71 B 3 lines
1module.exports = { 2 '*.{js,ts,mjs,cjs,json}': ['pnpm lint:eslint'], 3}