ChessNut/node_modules/chess.js/.prettierrc
2025-11-07 20:19:34 +01:00

21 lines
332 B
Text

{
"semi": false,
"singleQuote": true,
"overrides": [
{
"files": "**/*.md",
"options": {
"parser": "markdown",
"printWidth": 80,
"proseWrap": "always"
}
},
{
"files": "**/*.json",
"options": {
"parser": "json",
"tabWidth": 2
}
}
]
}