mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"useTabs": true,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"experimentalSortImports": {
|
|
"order": "asc",
|
|
"ignoreCase": true,
|
|
"newlinesBetween": true
|
|
},
|
|
"ignorePatterns": [".claude", "fixtures"]
|
|
}
|