Skip to content

Commit 36d30a4

Browse files
committed
duh2
1 parent 9417815 commit 36d30a4

File tree

904 files changed

+80014
-80018
lines changed

Some content is hidden

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

904 files changed

+80014
-80018
lines changed

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@
226226
"playwright.reuseBrowser": true,
227227

228228
"[javascript][javascriptreact][json][jsonc][typescript][typescriptreact]": {
229-
"editor.defaultFormatter": "biomejs.biome",
230-
"editor.codeActionsOnSave": {
231-
"source.organizeImports.biome": "explicit"
232-
}
229+
"editor.defaultFormatter": "biomejs.biome"
230+
// "editor.codeActionsOnSave": {
231+
// "source.organizeImports.biome": "explicit"
232+
// }
233233
},
234234

235235
"[css][html][markdown][yaml]": {

offlinedocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint": "8.56.0",
3737
"eslint-config-next": "14.0.1",
3838
"prettier": "3.3.3",
39-
"typescript": "5.3.2"
39+
"typescript": "5.5.4"
4040
},
4141
"engines": {
4242
"npm": ">=9.0.0 <10.0.0",

offlinedocs/pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/biome.json

Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,41 @@
11
{
2-
"files": {
3-
"ignore": ["**/*Generated.ts"]
4-
},
5-
"formatter": {
6-
"indentStyle": "space",
7-
"indentWidth": 2
8-
},
9-
"linter": {
10-
"rules": {
11-
"a11y": {
12-
"noSvgWithoutTitle": { "level": "off" },
13-
"useButtonType": { "level": "off" }
14-
},
15-
"style": {
16-
"noNonNullAssertion": { "level": "off" },
17-
"noParameterAssign": { "level": "off" },
18-
"useDefaultParameterLast": { "level": "off" },
19-
"useSelfClosingElements": { "level": "off" }
20-
},
21-
"suspicious": {
22-
"noArrayIndexKey": { "level": "off" },
23-
"noThenProperty": { "level": "off" }
24-
},
25-
"nursery": {
26-
"noRestrictedImports": {
27-
"level": "error",
28-
"options": {
29-
"paths": {
30-
"@mui/material": "Use @mui/material/<name> instead. See: https://material-ui.com/guides/minimizing-bundle-size/.",
31-
"@mui/icons-material": "Use @mui/icons-material/<name> instead. See: https://material-ui.com/guides/minimizing-bundle-size/.",
32-
"@mui/material/Avatar": "Use components/Avatar/Avatar instead.",
33-
"@mui/material/Alert": "Use components/Alert/Alert instead.",
34-
"@mui/material/Popover": "Use components/Popover/Popover instead.",
35-
"@mui/material/Typography": "Use native HTML elements instead. Eg: <span>, <p>, <h1>, etc.",
36-
"@mui/material/Box": "Use a <div> instead.",
37-
"@mui/material/styles": "Import from @emotion/react instead.",
38-
"lodash": "Use lodash/<name> instead."
39-
}
40-
}
41-
}
42-
}
43-
}
44-
}
2+
"files": {
3+
"ignore": ["**/*Generated.ts"]
4+
},
5+
"linter": {
6+
"rules": {
7+
"a11y": {
8+
"noSvgWithoutTitle": { "level": "off" },
9+
"useButtonType": { "level": "off" }
10+
},
11+
"style": {
12+
"noNonNullAssertion": { "level": "off" },
13+
"noParameterAssign": { "level": "off" },
14+
"useDefaultParameterLast": { "level": "off" },
15+
"useSelfClosingElements": { "level": "off" }
16+
},
17+
"suspicious": {
18+
"noArrayIndexKey": { "level": "off" },
19+
"noThenProperty": { "level": "off" }
20+
},
21+
"nursery": {
22+
"noRestrictedImports": {
23+
"level": "error",
24+
"options": {
25+
"paths": {
26+
"@mui/material": "Use @mui/material/<name> instead. See: https://material-ui.com/guides/minimizing-bundle-size/.",
27+
"@mui/icons-material": "Use @mui/icons-material/<name> instead. See: https://material-ui.com/guides/minimizing-bundle-size/.",
28+
"@mui/material/Avatar": "Use components/Avatar/Avatar instead.",
29+
"@mui/material/Alert": "Use components/Alert/Alert instead.",
30+
"@mui/material/Popover": "Use components/Popover/Popover instead.",
31+
"@mui/material/Typography": "Use native HTML elements instead. Eg: <span>, <p>, <h1>, etc.",
32+
"@mui/material/Box": "Use a <div> instead.",
33+
"@mui/material/styles": "Import from @emotion/react instead.",
34+
"lodash": "Use lodash/<name> instead."
35+
}
36+
}
37+
}
38+
}
39+
}
40+
}
4541
}

0 commit comments

Comments
 (0)