mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 16:13:13 +01: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",
|
|
}
|
|
}
|