"use strict";
module.exports = {
extends: [
"plugin:mozilla/recommended"
],
plugins: [
"mozilla"
]
}