noVNC/tests/.eslintrc
2018-05-24 00:25:44 +03:00

9 lines
91 B
Plaintext

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