mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
696bd05e96
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
7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
{
|
|
"rules": {
|
|
// No using undeclared variables
|
|
"no-undef": 2,
|
|
}
|
|
}
|