@archon-research/oxfmt-config
v0.7.0
Published
Shared Oxfmt (Biome formatter) configuration for consistent code formatting.
Readme
@archon-research/oxfmt-config
Shared Oxfmt (Biome formatter) configuration for consistent code formatting.
Installation
npm install --save-dev @archon-research/oxfmt-config oxfmtUsage
Use the configuration in your oxfmt.config.ts:
import baseConfig from '@archon-research/oxfmt-config';
import { defineConfig } from 'oxfmt';
export default defineConfig({
...baseConfig,
});Format code
oxfmt . --write