hongbo-miao/hongbomiao.com

View on GitHub
web/.eslintignore

Summary

Maintainability
Test Coverage
# https://eslint.org/docs/user-guide/configuring/ignoring-code#the-eslintignore-file

# Anywhere
**/*.aliases
**/*.asv
**/*.cf
**/*.ghw
**/*.iml
**/*.lvlps
**/*.mexmaca64
**/*.mexmaci64
**/*.slxc
**/*.tfstate
**/*.unsealed.yaml
**/.DS_Store
**/.env.development.local
**/.env.production.local
**/.gitkeep
**/.idea
**/.pytest_cache
**/.ruff_cache
**/.terraform
**/.vagrant
**/.venv
**/.vscode
**/__pycache__
**/cmake-build-debug
**/codegen
**/node_modules
**/slprj

# Directories
.eslintcache
.lighthouseci
build
coverage
public/sitemap.xml
storybook-static
tmp

# .eslintignore specific
src/shared/libs