|
1 | 1 | { |
2 | | - "name": "@dword-design/nuxt-module", |
3 | | - "seeAlso": [ |
4 | | - { "repository": "nuxt-route-meta", "description": "Adds Nuxt page data to route meta at build time." }, |
5 | | - { "repository": "nuxt-modernizr", "description": "Adds a Modernizr build to your Nuxt.js app." }, |
6 | | - { "repository": "nuxt-mermaid-string", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." }, |
7 | | - { "repository": "nuxt-content-git", "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history." }, |
8 | | - { "repository": "nuxt-babel-runtime", "description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime." } |
9 | | - ], |
10 | | - "eslintConfig": { |
11 | | - "extends": "@dword-design/eslint-config", |
12 | | - "rules": { |
13 | | - "import/no-unresolved": ["error", { "ignore": ["#imports", "#mail"] }] |
14 | | - }, |
15 | | - "globals": { |
16 | | - "$fetch": "readonly" |
17 | | - } |
18 | | - }, |
19 | 2 | "depcheckConfig": { |
20 | 3 | "ignoreMatches": [ |
21 | 4 | "playwright-chromium" |
22 | 5 | ] |
23 | | - } |
| 6 | + }, |
| 7 | + "name": "@dword-design/nuxt-module", |
| 8 | + "seeAlso": [ |
| 9 | + { "description": "Adds Nuxt page data to route meta at build time.", "repository": "nuxt-route-meta" }, |
| 10 | + { "description": "Adds a Modernizr build to your Nuxt.js app.", "repository": "nuxt-modernizr" }, |
| 11 | + { "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string.", "repository": "nuxt-mermaid-string" }, |
| 12 | + { "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history.", "repository": "nuxt-content-git" }, |
| 13 | + { "description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime.", "repository": "nuxt-babel-runtime" } |
| 14 | + ], |
| 15 | + "virtualImports": ["#mail"] |
24 | 16 | } |
0 commit comments