1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02: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"] }]
}
}