-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.baserc.json
16 lines (16 loc) · 942 Bytes
/
.baserc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "@dword-design/node",
"eslintConfig": {
"extends": "@dword-design/eslint-config",
"rules": {
"import/no-unresolved": ["error", { "ignore": ["#imports"] }]
}
},
"seeAlso": [
{ "repository": "nuxt-mail", "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails." },
{ "repository": "nuxt-route-meta", "description": "Adds Nuxt page data to route meta at build time." },
{ "repository": "nuxt-mermaid-string", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." },
{ "repository": "nuxt-content-git", "description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history." },
{ "repository": "nuxt-babel-runtime", "description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime." }
]
}