mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
244 B
Plaintext
14 lines
244 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,
|
|
},
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
}
|