]> git.proxmox.com Git - mirror_novnc.git/blob - tests/.eslintrc
Make sure "undefined" can be a default parameter value
[mirror_novnc.git] / tests / .eslintrc
1 {
2 "env": {
3 "node": true,
4 "mocha": true
5 },
6 "globals": {
7 "chai": false,
8 "sinon": false
9 },
10 "rules": {
11 "prefer-arrow-callback": 0,
12 // Too many anonymous callbacks
13 "func-names": "off",
14 }
15 }