Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
pnpm add -D @nicco.io/prettier
// .prettierrc.js import config from '@nicco.io/prettier' export default { ...config, }
// .prettierrc.js import preset from '@nicco.io/prettier' export default { ...preset, overrides: [{ files: '*.svelte', options: { parser: 'svelte' } }], plugins: [...preset.plugins, 'prettier-plugin-svelte'], }