mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-09 10:58:06 +01:00
23 lines
370 B
JSON
23 lines
370 B
JSON
{
|
|
"$schema": "./node_modules/rome/configuration_schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"files": {
|
|
"ignore": ["dist/**"]
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "tab",
|
|
"indentSize": 2,
|
|
"lineWidth": 80,
|
|
"ignore": []
|
|
}
|
|
}
|