mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
15 lines
378 B
YAML
15 lines
378 B
YAML
nodeLinker: node-modules
|
|
|
|
packageExtensions:
|
|
"@nuxtjs/eslint-config-typescript@*":
|
|
peerDependencies:
|
|
eslint: "*"
|
|
|
|
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"
|
|
|
|
yarnPath: .yarn/releases/yarn-2.4.1.cjs
|