mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-09 21:56:02 +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
|
|
}
|
|
}
|