Skip to content

Commit 9ce3e69

Browse files
committed
🚀✨ [eslint upgrade] fixed home-v2 eslint
1 parent 156a074 commit 9ce3e69

File tree

155 files changed

+2239
-3657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+2239
-3657
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
module.exports = {
33
root: true,
44
extends: [
5-
"@cs-magic/eslint-config/typescript-type-checked", // "@cs-magic/eslint-config/prettier"
5+
"@cs-magic/eslint-config/typescript-type-checked",
6+
// "@cs-magic/eslint-config/prettier" // todo: compatiability test
67
],
78
parserOptions: {
89
project: true,

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@
7979
[submodule "cases/hand-future-frontend"]
8080
path = cases/xieshou-frontend
8181
url = [email protected]:mark-freelance/hand-future-frontend.git
82+
[submodule "apps/docs"]
83+
path = apps/docs
84+
url = [email protected]:MarkShawn2020/nextra-docs.git

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ brew install "${packages[@]}"
2222
- prepare yarn: `NV=18.19.0 && nvm install $NV && nvm use $NV && npm i -g yarn`
2323
- `export PATH=$(pwd)/node_modules/.bin:$PATH` (sometimes important!)
2424
- installation: `yarn` (db migration will auto exec)
25+
-
26+
```
27+
yarn workspaces foreach -pA add -D npm-run-all
28+
yarn workspaces foreach -pA --include "packages/frontend/*" --include "packages/backend/*" add -D ts-patch typescript-transform-paths
29+
```
2530

2631
## References
2732

apps/badminton-reservation

apps/cs-magic/thinkow

apps/docs

Submodule docs added at 332424d

apps/exts/chrome/chatbot-exporter

apps/home-v1

apps/home-v2

0 commit comments

Comments
 (0)