-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.baserc.json
16 lines (16 loc) · 888 Bytes
/
.baserc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "@dword-design/nuxt-module",
"seeAlso": [
{ "repository": "nuxt-content-body-html", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." },
{ "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-modernizr", "description": "Adds a Modernizr build to your Nuxt.js app." },
{ "repository": "nuxt-mermaid-string", "description": "Embed a Mermaid diagram in a Nuxt.js app by providing its diagram string." }
],
"eslintConfig": {
"extends": "@dword-design/eslint-config",
"rules": {
"import/no-unresolved": ["error", { "ignore": ["#imports"] }]
}
}
}