mirror of
https://github.com/apache/superset.git
synced 2026-09-01 21:11:28 +00:00
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80,
|
|
"sortPackageJson": false,
|
|
"ignorePatterns": ["**/*.mdx"]
|
|
}
|