mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
26 lines
595 B
JSON
26 lines
595 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"printWidth": 110,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"ignorePatterns": ["/ui/@types/lichess/licon.d.ts", "**/public", "COPYING.md", "README.md"],
|
|
"sortPackageJson": false,
|
|
"sortImports": {
|
|
"customGroups": [
|
|
{
|
|
"groupName": "libs",
|
|
"elementNamePattern": ["lib", "lib/**"]
|
|
}
|
|
],
|
|
"groups": [
|
|
["builtin", "external"],
|
|
["libs"],
|
|
["internal", "subpath"],
|
|
["parent", "sibling", "index"],
|
|
"style",
|
|
"unknown"
|
|
]
|
|
}
|
|
}
|