Skip to content

Commit

Permalink
chore: finetune zx eslint support
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored and jdabbech-ledger committed Jan 17, 2024
1 parent 024c66c commit 2c443d1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/config/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,36 @@ module.exports = {
es6: true,
node: true,
},
globals: {
log: true,
$: true,
argv: true,
cd: true,
chalk: true,
echo: true,
expBackoff: true,
fs: true,
glob: true,
globby: true,
nothrow: true,
os: true,
path: true,
question: true,
quiet: true,
quote: true,
quotePowerShell: true,
retry: true,
sleep: true,
spinner: true,
ssh: true,
stdin: true,
which: true,
within: true,
},
parserOptions: {
ecmaVersion: 2018,
sourceType: "module",
},
},
],
};

0 comments on commit 2c443d1

Please sign in to comment.