mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
ca9efe5553
--HG-- extra : commitid : AhpmLFDapbw extra : rebase_source : 2f78e3b01a56c9fb969370967ee20acaf53bd570 extra : histedit_source : 3c8e2b70317bc799d25ff5c6012aa878feecc668
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
|
|
},
|
|
}
|