[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-pre-hydrate.
0

Configure Feed

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

nuxt-pre-hydrate / lint-staged.config.cjs
213 B 5 lines
1module.exports = { 2 '*.{js,ts,mjs,cjs}': ['pnpm lint:eslint', 'pnpm lint:prettier'], 3 '{!(package)*.json,*.code-snippets,.*rc}': ['pnpm lint:prettier --parser json'], 4 'package.json': ['pnpm lint:prettier'], 5}