const path = require("path"); module.exports = { extends: ["xo-space/browser", path.join(__dirname, "common.js")], env: {}, rules: {}, };