Marc Cataford
19cb3dba19
* build: replace eslint with rome * chore: run lint+formatter * chore: more cleanup
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"$schema": "https://docs.rome.tools/schemas/12.1.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
}
|
|
}
|