Skip to content

Commit

Permalink
ts-reset 추가 및 filter-boolean 규칙 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Mar 15, 2024
1 parent 9272cb3 commit db74af2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@rollup/plugin-yaml": "^4.1.2",
"@shikijs/rehype": "^1.1.3",
"@shikijs/transformers": "^1.1.3",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.3",
"@types/eslint__js": "^8.42.3",
"@types/js-yaml": "^4.0.9",
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

import "@total-typescript/ts-reset/filter-boolean";

0 comments on commit db74af2

Please sign in to comment.