meta: add npmrc

Summary:
Enforce `--audit=false` and `--fund=false`.

Ref D375.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Run `npm ci` and see if audit/funding messages appear.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D386
This commit is contained in:
revi 2024-06-22 18:01:53 +09:00
parent 317043c6a7
commit 2d59c7825c
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

8
.npmrc Normal file
View file

@ -0,0 +1,8 @@
# For 15-25% faster npm install
# https://www.peterbe.com/plog/benchmarking-npm-install-with-or-without-audit
# Also we have Dependabot alerts configured in the GitHub repo.
# Moral attribution: Copyright 2024 GitHub
# SPDX-License-Identifier: MIT
# See also D375
audit=false
fund=false