mirror of
https://github.com/lichess-org/chessground.git
synced 2026-05-26 13:50:53 +00:00
15 lines
389 B
JSON
15 lines
389 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"printWidth": 110,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"bracketSameLine": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"ignorePatterns": [],
|
|
"sortPackageJson": false,
|
|
"sortImports": {
|
|
"groups": [["side_effect"], ["builtin", "external"], ["internal"], ["parent"], ["sibling"], ["index"]]
|
|
}
|
|
}
|