mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-10 06:05:39 +00:00
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"airbnb"],
|
||
|
"rules": {
|
||
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
||
|
"no-console": "error",
|
||
|
"no-plusplus": ["error", { "allowForLoopAfterthoughts": true }]
|
||
|
},
|
||
|
"globals": {
|
||
|
"fetch": false,
|
||
|
"it": false,
|
||
|
"describe": false,
|
||
|
"expect": false,
|
||
|
"afterEach": false,
|
||
|
"jest": false
|
||
|
}
|
||
|
}
|