1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00
onion/test/gemini/.eslintrc.json

9 lines
112 B
JSON

{
"globals": {
"gemini": true
},
"rules": {
"max-len": [2, { "code": 125 }]
}
}