1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +01:00
onion/test/gemini/.eslintrc.json

9 lines
112 B
JSON

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