mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
eb4ac0000b
This component is fully backwards compatible with the original React ListView, but is compatible with Realm Results and List objects to use their snapshot functionality along with more efficiently checking if each row should update.
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"ecmaFeatures": {
|
|
"forOf": false
|
|
},
|
|
"globals": {
|
|
"global": true
|
|
}
|
|
}
|