realm-js/tests/.eslintrc
Scott Kyle 0eb3b49970 Ensure Lists and Results live-update in Chrome
Results needed to live-update during a transaction (not just as the end), and Lists needed to update on deletions as well.
2015-10-28 10:21:32 -07:00

13 lines
144 B
Plaintext

{
"env": {
"commonjs": true
},
"ecmaFeatures": {
"forOf": true
},
"rules": {
"no-empty": 0,
"no-unused-vars": 0
}
}