@hypernym/oxfmt-config
v0.1.1
Published
Hypernym's internal config for OXFmt.
Readme
Usage
Formatting Commands
Add a format command for manual formatting (optional):
// package.json
{
"scripts": {
"format": "oxfmt"
}
}Default Config
// oxfmt.config.ts
export { default } from '@hypernym/oxfmt-config'Custom Setup
// oxfmt.config.ts
import {
defineConfig,
defaultConfig,
ignorePatterns,
} from '@hypernym/oxfmt-config'
export default defineConfig({
...defaultConfig,
singleQuote: false,
ignorePatterns: [...ignorePatterns, '**/dir/', '**/file.ts'],
// ...
})License
Developed in 🇭🇷 Croatia, © Hypernym Studio.
Released under the MIT license.
