Skip to content

Commit

Permalink
Merge branch 'main' into pr/TheAfroOfDoom/1180
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed May 24, 2024
2 parents 0548d94 + a8431ea commit fe4db37
Show file tree
Hide file tree
Showing 44 changed files with 3,501 additions and 1,105 deletions.
4 changes: 1 addition & 3 deletions .dprint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
],
"excludes": [
"**/node_modules",
// cannot format due to bug of dprint
"packages/java-edition/src/mcfunction/tree/patch.ts"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.85.0.wasm"
"https://plugins.dprint.dev/typescript-0.90.5.wasm"
]
}
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
"project": "./packages/**/tsconfig.json"
},
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"import"
],
"ignorePatterns": [
"**/*.js",
Expand All @@ -38,6 +39,7 @@ module.exports = {
"@typescript-eslint/prefer-for-of": "warn",
"@typescript-eslint/prefer-readonly": "warn",
"@typescript-eslint/no-floating-promises": "error",
"import/no-duplicates": "error",
"indent": "off",
"no-fallthrough": "warn",
"no-restricted-syntax": [
Expand Down
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"request": "launch",
"name": "Run Unit Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["--timeout", "999999"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
Expand Down
8 changes: 4 additions & 4 deletions __snapshots__/packages/core/test-out/parser/long.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe4db37

Please sign in to comment.