-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Optimize for readability & use JSDoc (#79)
- Loading branch information
Showing
93 changed files
with
3,670 additions
and
4,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"$schema": "https://jsr.io/schema/config-file.v1.json", | ||
"name": "@xeho91/svelte-ast-print", | ||
"version": "0.2.0-next.0", | ||
"exports": { | ||
".": "./src/mod.js" | ||
}, | ||
"publish": { | ||
"include": ["src/", "README.md"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#:schema https://json.schemastore.org/lefthook.json | ||
|
||
[pre-commit.commands] | ||
biome = { glob = "*.{ts,json,jsonc}", run = "pnpm biome check --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}" } | ||
biome = { glob = "*.{js,ts,json,jsonc}", run = "pnpm biome check --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}" } | ||
markdownlint = { glob = "*.md", run = "pnpm markdownlint-cli2 {staged_files}" } | ||
typos = { glob = "*", run = "typos --verbose" } | ||
vitest = { glob = "**/src/*.test.{ts}", run = "pnpm vitest related --run" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.