UNPKG

aud

Version:

Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!

22 lines (18 loc) 297 B
{ "root": true, "extends": "@ljharb/eslint-config/node/16", "rules": { "array-bracket-newline": 0, "func-name-matching": 0, "func-style": 0, }, "overrides": [ { "files": "./getProjectTempDir.js", "rules": { "max-nested-callbacks": 0, "sort-keys": 0, }, }, ], }