Hypernym's internal config for OXFmt.
Repository | Package | Releases | Discussions
pnpm add -D @hypernym/oxfmt-config
Add a format command for manual formatting (optional):
// package.json
{
"scripts": {
"format": "oxfmt"
}
}// oxfmt.config.ts
export { default } from '@hypernym/oxfmt-config'// oxfmt.config.ts
import {
defineConfig,
defaultConfig,
ignorePatterns,
} from '@hypernym/oxfmt-config'
export default defineConfig({
...defaultConfig,
singleQuote: false,
ignorePatterns: [...ignorePatterns, '**/dir/', '**/file.ts'],
// ...
})Developed in 🇭🇷 Croatia, © Hypernym Studio.
Released under the MIT license.