mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-02-03 18:45:32 +08:00
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3"
|
|
}
|
|
}
|