@nelsonlaidev/oxfmt-config
v0.3.1
Published
Nelson Lai's oxfmt config preset
Readme
@nelsonlaidev/oxfmt-config
Personal Oxfmt configurations for Nelson Lai projects.
Installation
npm i -D @nelsonlaidev/oxfmt-configCreate an oxfmt.config.ts file with the following content:
import { defineConfig } from '@nelsonlaidev/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
