Skip to content

Commit b1f6bfd

Browse files
committed
Update a few Yarn configuration settings
Per the documentation in https://yarnpkg.com/configuration/yarnrc
1 parent 129ce82 commit b1f6bfd

File tree

4 files changed

+881
-14
lines changed

4 files changed

+881
-14
lines changed

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
defaultSemverRangePrefix: ""
2+
enableInlineBuilds: true
3+
enableTelemetry: false
14
nodeLinker: node-modules
2-
35
yarnPath: .yarn/releases/yarn-4.4.1-patched.cjs

workspaces/eslint-config/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"@typescript-eslint/eslint-plugin": "8.5.0",
2626
"@typescript-eslint/parser": "8.5.0",
2727
"eslint-import-resolver-typescript": "3.6.3",
28+
"eslint-plugin-import": "2.30.0",
2829
"eslint-plugin-import-x": "4.2.1",
2930
"eslint-plugin-jest": "28.8.3",
30-
"globals": "15.9.0"
31+
"globals": "15.9.0",
32+
"typescript": "5.6.2"
3133
},
3234
"devDependencies": {
3335
"eslint": "9.10.0",

workspaces/javascript-leetcode-month/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@code-chronicles/eslint-config": "workspace:*",
2323
"@code-chronicles/util": "workspace:*",
24-
"@types/mdast": "^3.0.15",
24+
"@types/mdast": "4.0.4",
2525
"@types/node": "22.5.5",
2626
"eslint": "9.10.0",
2727
"mdast": "3.0.0",

0 commit comments

Comments
 (0)