mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
a9631d0e1e
* Install ESLint and Astro ESLint plugin * Configure 2 plugins * Improve ignore files * Add lint script * Install astro-eslint-parser * Add parser and fix linting errors
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!/public
|
|
!/.github
|
|
!tsconfig.json
|
|
!astro.config.mjs
|
|
!package.json
|
|
!.prettierrc
|
|
!.eslintrc.js
|
|
!README.md |