module.exports = [{ languageOptions: { ecmaVersion: 2015, sourceType: "script", globals: { window: "readonly", document: "readonly" } } }];