mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 15:13:34 +00:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
{
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"chai": false,
|
|
"sinon": false
|
|
},
|
|
"rules": {
|
|
"prefer-arrow-callback": 0,
|
|
// Too many anonymous callbacks
|
|
"func-names": "off",
|
|
}
|
|
}
|