mirror of
https://github.com/status-im/realm-js.git
synced 2025-03-02 15:10:31 +00:00
This helps the editor catch simple syntax issues before finding out about them when running a test.
9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
{
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": 0
|
|
}
|
|
}
|