1.7.0 • Published 1 month ago

@frsource/prettier-config v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@frsource/prettier-config

Prettier configuration files used across the FRSOURCE organization.

Usage

// prettier.config.mjs

export { default } from '@frsource/prettier-config';

Note

In most cases, you want to disable prettier for any autogenerated files (like CHANGELOG.md or pnpm-lock.yaml). You can do it like this:

# .prettierignore

pnpm-lock.yaml
CHANGELOG.md
1.7.0

1 month ago

1.6.0

1 month ago

1.5.0

2 months ago

1.2.0

2 months ago

1.1.0

2 months ago

1.4.0

2 months ago

1.3.0

2 months ago

1.0.0

2 months ago