realm-js/lib/.eslintrc

11 lines
118 B
Plaintext

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