Skip to content

Commit

Permalink
feat(docs): Docs deployment on Vercel (LedgerHQ#4832)
Browse files Browse the repository at this point in the history
* feat(docs): linter
Add eslint as a devDependency in docs

* force nextra version

* lockfile
  • Loading branch information
lvndry authored Sep 26, 2023
1 parent 2474481 commit 6d54cce
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 354 deletions.
4 changes: 2 additions & 2 deletions docs/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
"extends": "next/core-web-vitals"
}
extends: "next/core-web-vitals",
};
11 changes: 6 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
],
"license": "ISC",
"dependencies": {
"next": "^13.4.10",
"nextra": "^2.10.0",
"nextra-theme-docs": "^2.10.0",
"next": "13.4.10",
"nextra": "2.10.0",
"nextra-theme-docs": "2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.6.5",
"eslint": "^8.50.0",
"eslint-config-next": "13.5.2",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"exclude": [
"node_modules"
]
}
}
Loading

0 comments on commit 6d54cce

Please sign in to comment.