mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
0eb3b49970
Results needed to live-update during a transaction (not just as the end), and Lists needed to update on deletions as well.
13 lines
144 B
Plaintext
13 lines
144 B
Plaintext
{
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"ecmaFeatures": {
|
|
"forOf": true
|
|
},
|
|
"rules": {
|
|
"no-empty": 0,
|
|
"no-unused-vars": 0
|
|
}
|
|
}
|