This commit is contained in:
Darren Clarke 2024-03-16 12:51:56 +01:00
parent c095fa7042
commit 43bfdaa1e3
186 changed files with 276 additions and 37155 deletions

View file

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