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