Files
tubestation/browser/components/places/content/.eslintrc.js
2017-03-03 09:29:14 +00:00

13 lines
199 B
JavaScript

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