@braviadev/oxfmt-config
v0.1.3
Published
Personal Oxfmt configurations for Olanrewaju Toyyib projects.
Readme
@braviadev/oxfmt-config
Personal Oxfmt configurations for Olanrewaju Toyyib projects.
Installation
npm i -D @braviadev/oxfmt-configCreate an oxfmt.config.ts file with the following content:
import { defineConfig } from '@braviadev/oxfmt-config'
export default defineConfig({
// Custom Oxfmt configuration options
})What's Included
This config applies the following opinionated defaults:
- Single quotes
- JSX single quotes
- No semicolons
- 120 character print width
