noVNC/tests/.eslintrc

9 lines
91 B
Plaintext

{
"env": {
"node": true,
"mocha": true
},
"globals": {
"chai": true
}
}