mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
424899c3cd
Mostly just declaring globals that Cu.imports defines but there are some actual bugs here that have been fixed as well as one test that just never ran because of a hidden exception. MozReview-Commit-ID: J6uIpYp8ANx --HG-- extra : rebase_source : 5c19b92e4242088b6fc7a268f255fe9a795928f6 extra : source : 3e5b6df276a9a20fe7b3655656e62a09bc46aaa9
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
{
|
|
"rules": {
|
|
// No using undeclared variables
|
|
"no-undef": 2,
|
|
}
|
|
}
|