realm-js/tests/.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

9 lines
82 B
Plaintext

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