mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"ignorePatterns": []
|
|
}
|