Langchain-Chatchat/frontend/.eslintignore

32 lines
321 B
Plaintext
Raw Permalink Normal View History

2024-12-20 16:04:03 +08:00
# Eslintignore for LobeHub
################################################################
# dependencies
node_modules
# ci
coverage
.coverage
# test
jest*
_test_
__test__
*.test.ts
# umi
.umi
.umi-production
.umi-test
.dumi/tmp*
!.dumirc.ts
# production
dist
es
lib
logs
# misc
# add other ignore file below
.next