]> git.proxmox.com Git - mirror_novnc.git/blob - tests/.eslintrc
Use ES6 classes
[mirror_novnc.git] / tests / .eslintrc
1 {
2 "env": {
3 "node": true,
4 "mocha": true
5 },
6 "globals": {
7 "chai": true
8 }
9 }