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