rss-reader/rome.json
Marc Cataford 19cb3dba19
build: switch linterformatter to rome (#120)
* build: replace eslint with rome

* chore: run lint+formatter

* chore: more cleanup
2023-07-01 00:26:28 -04:00

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
}
}
}