mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
13 lines
185 B
JSON
13 lines
185 B
JSON
|
{
|
||
|
"$schema": "./node_modules/rome/configuration_schema.json",
|
||
|
"organizeImports": {
|
||
|
"enabled": false
|
||
|
},
|
||
|
"linter": {
|
||
|
"enabled": true,
|
||
|
"rules": {
|
||
|
"recommended": true
|
||
|
}
|
||
|
}
|
||
|
}
|