gecko-dev/browser/components/places/content/.eslintrc.js

13 строки
199 B
JavaScript

"use strict";
module.exports = {
"env": {
// Everything in this directory is loaded alongside the places overlay.
"mozilla/places-overlay": true
},
"plugins": [
"mozilla",
]
};