mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
d55d42da8d
This helps the editor catch simple syntax issues before finding out about them when running a test.
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"]
|
|
}
|
|
}
|