]> git.proxmox.com Git - mirror_novnc.git/blame - tests/.eslintrc
Use fat arrow functions `const foo = () => { ... };` for callbacks
[mirror_novnc.git] / tests / .eslintrc
CommitLineData
8727f598 1{
0e4808bf
JD
2 "env": {
3 "node": true,
4 "mocha": true
5 },
6 "globals": {
7 "chai": true
651c23ec
JD
8 },
9 "rules": {
10 "prefer-arrow-callback": 0
0e4808bf 11 }
8727f598 12}