@nelsonlaidev/oxfmt-config
v0.1.4
Published
Personal Oxfmt configurations for Nelson Lai projects.
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
