mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-17 20:52:35 +00:00
refactor: Migrate project from Deno to pnpm/Node
Replace Deno configs and workflows with pnpm/Node tooling Add package.json, jsr.json, build.config.ts and pnpm-lock.yaml Remove deno.json, deno.lock, Deno build scripts and workflow Move source files into src/ and update imports and tests to vitest Add Test CI workflow and adapt publish jobs for pnpm/node Update editor settings, tasks, .gitignore and bump LICENSE year
This commit is contained in:
parent
7923680e80
commit
32534084df
26 changed files with 2132 additions and 430 deletions
|
|
@ -3,25 +3,6 @@
|
|||
// For a full list of overridable settings, and general information on folder-specific settings,
|
||||
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
|
||||
{
|
||||
"languages": {
|
||||
"TypeScript": {
|
||||
"language_servers": ["deno", "!typescript-language-server", "!eslint"],
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "deno",
|
||||
"arguments": ["fmt", "-"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"TSX": {
|
||||
"language_servers": ["deno", "!typescript-language-server", "!eslint"],
|
||||
"formatter": {
|
||||
"external": {
|
||||
"command": "deno",
|
||||
"arguments": ["fmt", "-"]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"formatter": "prettier",
|
||||
"format_on_save": "on"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue