link-stack/packages/eslint-config/profile/browser.js
Darren Clarke 43bfdaa1e3 WIP 1
2024-03-16 12:51:56 +01:00

6 lines
144 B
JavaScript

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