1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00
onion/.eslintrc.json

7 lines
120 B
JSON
Raw Normal View History

{
2016-06-21 17:20:28 +02:00
"extends": "ascribe-react",
"rules": {
"no-console": [1, { "allow": ["error", "logGlobal"] }]
}
}