WIP 1
This commit is contained in:
parent
c095fa7042
commit
43bfdaa1e3
186 changed files with 276 additions and 37155 deletions
6
packages/eslint-config/profile/browser.js
Normal file
6
packages/eslint-config/profile/browser.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const path = require("path");
|
||||
module.exports = {
|
||||
extends: ["xo-space/browser", path.join(__dirname, "common.js")],
|
||||
env: {},
|
||||
rules: {},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue