1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-15 17:13:16 +02:00
onion/.eslintrc.json

7 lines
114 B
JSON
Raw Normal View History

{
"extends": "ascribe",
"rules": {
"no-console": [1, { "allow": ["error", "logGlobal"] }]
}
}