mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:32:32 +08:00
6bbe177566
* chore: upgrade ESLint to v9 and update configurations Upgrade ESLint and configure and update ESLint rules. * refactor: update code to comply with new ESLint v9 rules
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!/public
|
|
!/.github
|
|
!tsconfig.json
|
|
!astro.config.ts
|
|
!package.json
|
|
!.prettierrc
|
|
!eslint.config.mjs
|
|
!README.md |