realm-js/lib/.eslintrc
Scott Kyle d55d42da8d Add ESLint config for JS test files
This helps the editor catch simple syntax issues before finding out about them when running a test.
2015-10-21 15:20:44 -07:00

11 lines
118 B
Plaintext

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