mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: update ts-uno-eslint configuration
This commit is contained in:
parent
9d2be2a82e
commit
2e5a6d7f1f
8 changed files with 122 additions and 56 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
|||
# build output
|
||||
dist/
|
||||
|
||||
# generated types
|
||||
.output/
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
|
@ -20,5 +19,8 @@ pnpm-debug.log*
|
|||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
# IDE
|
||||
.idea
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/settings.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue