mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
{
|
|
"extends": "../../.eslintrc",
|
|
|
|
"globals": {
|
|
"NetUtil": true,
|
|
"XPCOMUtils": true,
|
|
|
|
// Test harness globals
|
|
"add_task": false,
|
|
"Assert": false,
|
|
"do_register_cleanup": false,
|
|
"do_check_eq": false,
|
|
"equal": false,
|
|
"ok": false,
|
|
}
|
|
}
|