mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
"extends": "eslint:recommended",
|
||
|
"rules": {
|
||
|
"comma-dangle": 0,
|
||
|
"no-unused-vars": 1,
|
||
|
"strict": [2, "global"]
|
||
|
}
|
||
|
}
|