зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
218 B
Plaintext
16 строки
218 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"../.eslintrc"
|
||
|
],
|
||
|
"globals": {
|
||
|
"Cc": true,
|
||
|
"Ci": true,
|
||
|
"Components": true,
|
||
|
"console": true,
|
||
|
"Cu": true,
|
||
|
"dump": true,
|
||
|
"Services": true,
|
||
|
"XPCOMUtils": true
|
||
|
}
|
||
|
}
|