mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
7 lines
120 B
JSON
7 lines
120 B
JSON
{
|
|
"extends": "ascribe-react",
|
|
"rules": {
|
|
"no-console": [1, { "allow": ["error", "logGlobal"] }]
|
|
}
|
|
}
|