mirror of
https://github.com/lumehq/lume.git
synced 2025-04-03 01:18:05 +02:00
19 lines
291 B
JSON
19 lines
291 B
JSON
{
|
|
"$schema": "https://docs.rome.tools/schemas/12.1.0/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"a11y": {
|
|
"noSvgWithoutTitle": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|