]> git.proxmox.com Git - mirror_novnc.git/blame - tests/.eslintrc
Add deflator helper class for deflating data
[mirror_novnc.git] / tests / .eslintrc
CommitLineData
8727f598 1{
0e4808bf
JD
2 "env": {
3 "node": true,
4 "mocha": true
5 },
6 "globals": {
ae2e1ff7
PO
7 "chai": false,
8 "sinon": false
651c23ec
JD
9 },
10 "rules": {
e7777653
PO
11 "prefer-arrow-callback": 0,
12 // Too many anonymous callbacks
13 "func-names": "off",
0e4808bf 14 }
ae2e1ff7 15}