roles-bot/rome.json

13 lines
185 B
JSON
Raw Normal View History

2023-04-03 16:33:23 +02:00
{
"$schema": "./node_modules/rome/configuration_schema.json",
"organizeImports": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}