realm-js/lib/.eslintrc

14 lines
161 B
Plaintext

{
"env": {
"commonjs": true,
"browser": true,
"es6": true
},
"ecmaFeatures": {
"forOf": false
},
"globals": {
"global": true
}
}