Skip to content

Commit d54f031

Browse files
wraithgarlukekarrys
authored andcommitted
chore: linting
In preparation for @npmcli/[email protected]
1 parent 897d218 commit d54f031

File tree

7 files changed

+278
-428
lines changed

7 files changed

+278
-428
lines changed

scripts/bundle-and-gitignore-deps.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ const bundle = []
88
const arb = new Arborist({ path: resolve(__dirname, '..') })
99
const shouldIgnore = []
1010

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

0 commit comments

Comments
 (0)