mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
# Conflicts: # .vscode/launch.json # CONTRIBUTING.old.md # code/lib/cli/tsconfig.json # scripts/tsconfig.json
31 lines
676 B
YAML
31 lines
676 B
YAML
compressionLevel: 0
|
|
|
|
enableGlobalCache: true
|
|
|
|
logFilters:
|
|
- code: YN0005
|
|
level: discard
|
|
- code: YN0076
|
|
level: discard
|
|
- level: discard
|
|
pattern: '@workspace:examples'
|
|
- level: discard
|
|
pattern: '@storybook/root@workspace:.'
|
|
- level: discard
|
|
pattern: '@workspace:addons/storyshots/'
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmRegistryServer: 'https://registry.yarnpkg.com'
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
|
|
spec: '@yarnpkg/plugin-typescript'
|
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
|
spec: '@yarnpkg/plugin-interactive-tools'
|
|
|
|
unsafeHttpWhitelist:
|
|
- localhost
|
|
|
|
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|