]> git.proxmox.com Git - mirror_novnc.git/blob - utils/.eslintrc
Merge branch 'camelcase' of https://github.com/samhed/noVNC
[mirror_novnc.git] / utils / .eslintrc
1 {
2 "env": {
3 "node": true
4 },
5 "rules": {
6 "no-console": 0
7 }
8 }