mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
26 lines
453 B
Plaintext
26 lines
453 B
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": false,
|
|
"mocha": true,
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
"rules": {
|
|
"strict": "off",
|
|
"more/no-then": "off",
|
|
},
|
|
"globals": {
|
|
"assert": true,
|
|
"assertEqualArrayBuffers": true,
|
|
"dcodeIO": true,
|
|
"getString": true,
|
|
"hexToArrayBuffer": true,
|
|
"MockServer": true,
|
|
"MockSocket": true,
|
|
"PROTO_ROOT": true,
|
|
"stringToArrayBuffer": true,
|
|
}
|
|
}
|