mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b8c3290d04
CLOSED TREE Backed out changeset 70eca07367f4 (bug 1245916) Backed out changeset 04c1740aa499 (bug 1245916) Backed out changeset b554c7ce41c4 (bug 1245916) Backed out changeset 01675e4828b5 (bug 1245916) Backed out changeset 878db4caf845 (bug 1245916)
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
{
|
|
// When adding items to this file please check for effects on sub-directories.
|
|
"plugins": [
|
|
"mozilla"
|
|
],
|
|
"rules": {
|
|
"mozilla/components-imports": 1,
|
|
"mozilla/import-globals-from": 1,
|
|
"mozilla/this-top-level-scope": 1,
|
|
},
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
}
|