1
0
Fork 1
mirror of https://example.com synced 2024-11-23 13:06:39 +09:00
firefish/rome.json

9 lines
151 B
JSON
Raw Normal View History

2023-01-13 13:40:33 +09:00
{
"$schema": "./node_modules/rome/configuration_schema.json",
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}