Files
eth-json-rpc-middleware/.yarnrc.yml
Elliot Winkler c969a6f678 Apply standardizations from module template (#145)
* Upgrade to Yarn 3.x
* Move test files into `src/` instead of keeping them in `test/`
* Convert Jest config file back to JavaScript
* Add `eslint-plugin-jest` to lint pipeline, and correct issues
* Extract build-only config from `tsconfig.json`
* Standardize `package.json`
  * Don't add `jest-it-up` to the `test` command because there is
    currently an inconsistency between different Node versions (14.x and
    16.x) which may have to do with global `fetch`
* Upgrade `@metamask/allow-scripts` to 2.x
* Upgrade `@metamask/utils` to ^3.0.3
2022-09-29 11:07:10 -06:00

14 lines
350 B
YAML

enableScripts: false
logFilters:
- code: YN0004
level: discard
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
yarnPath: .yarn/releases/yarn-3.2.1.cjs