-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.baserc.json
19 lines (19 loc) · 932 Bytes
/
.baserc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@dword-design/nuxt-module",
"seeAlso": [
{ "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." },
{ "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." }
],
"eslintConfig": {
"extends": "@dword-design/eslint-config",
"rules": {
"import/no-unresolved": ["error", { "ignore": ["#imports", "#mail"] }]
},
"globals": {
"$fetch": "readonly"
}
}
}