@guoyunhe/oxfmt-config
v1.1.0
Published
A shared configuration for oxfmt by Guo Yunhe.
Maintainers
Readme
@guoyunhe/oxfmt-config
Shared configuration for oxfmt by Guo Yunhe.
Install
npm i -D @guoyunhe/oxfmt-configExample
// oxfmt.config.ts
import config from '@guoyunhe/oxfmt-config';
export default config;If you want to customize the configuration, you can do it like this:
// oxfmt.config.ts
import { defineConfig } from 'oxfmt';
import config from '@guoyunhe/oxfmt-config';
export default defineConfig({
...config,
printWidth: 80,
});License
MPL-2.0
