mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
This frees us from manual imports, and makes things less magical as those aren't ES modules even if the code suggest that the are.
14 lines
194 B
Plaintext
14 lines
194 B
Plaintext
{
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"chai": false,
|
|
"sinon": false
|
|
},
|
|
"rules": {
|
|
"prefer-arrow-callback": 0
|
|
}
|
|
}
|