UNPKG

@fluidframework/eslint-config-fluid

Version:

Shareable ESLint config for the Fluid Framework

21 lines (18 loc) 1 kB
# This file is a workaround. pnpm does not support nesting packages under a workspace that is not managed by the # workspace. That is, if there's a pnpm-workspace.yaml file anywhere in the parent hierarchy, pnpm doesn't install the # package individually like one might expect. # # Because we have the client release group at the root of the repo, there's a pnpm-workspace.yaml file in the hierarchy # for our independent packages as well. This file makes pnpm treat the project as a one-package workspace. packages: - "." # Supply chain security settings - see /DEV.md for documentation minimumReleaseAge: 1440 resolutionMode: highest blockExoticSubdeps: true trustPolicy: no-downgrade # List of packages known to be safe but for whatever reason were published at a date after another version of the same # package (including later major versions) which had better provenance information. # ALWAYS REVIEW CAREFULLY BEFORE ADDING SOMETHING TO THIS LIST. trustPolicyExclude: [] strictDepBuilds: true