mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-01 18:39:16 +00:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"ignorePatterns": [
|
|
"src/core/wasm-layout/",
|
|
"src/core/wasm-pkg-layout/",
|
|
"src/core/wasm-pkg/",
|
|
"src/core/wasm/"
|
|
]
|
|
}
|