Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
In preparation for @npmcli/eslint-config@3.1.0
  • Loading branch information
wraithgar authored and lukekarrys committed Aug 22, 2022
1 parent 897d218 commit d54f031
Show file tree
Hide file tree
Showing 7 changed files with 278 additions and 428 deletions.
3 changes: 3 additions & 0 deletions scripts/bundle-and-gitignore-deps.js
Expand Up @@ -8,7 +8,10 @@ const bundle = []
const arb = new Arborist({ path: resolve(__dirname, '..') })
const shouldIgnore = []

// disabling to get linting to pass, this file is going away soon
// eslint-disable-next-line
arb.loadVirtual().then(tree => {
// eslint-disable-next-line
for (const node of tree.children.values()) {
const has = (obj, key) => Object.prototype.hasOwnProperty.call(obj, key)
const nonProdWorkspace =
Expand Down

0 comments on commit d54f031

Please sign in to comment.