Added rome to frontend

This commit is contained in:
2023-03-03 16:49:55 +01:00
parent da00ecf8c1
commit 39d2dc6efb
3 changed files with 77 additions and 1 deletions

9
frontend/rome.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "./node_modules/rome/configuration_schema.json",
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}