mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
d55d42da8d
This helps the editor catch simple syntax issues before finding out about them when running a test.
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"browser": true,
|
|
"es6": true,
|
|
},
|
|
"globals": {
|
|
"global": true
|
|
}
|
|
}
|