ant-design/.eslintignore
MadCcc ffbb19e090
chore: lint (#39102)
* chore: enable tsc for demos

* chore: site lint

* chore: fix lint
2022-11-30 11:05:41 +08:00

24 lines
303 B
Plaintext

components/**/*.js
components/**/*.jsx
components/version/token.tsx
!components/*/__tests__/**/*.js
!components/*/demo/*.md
!.*.js
~*
typings
es/**/*
lib/**/*
locale
server
.dumi/tmp
.dumi/tmp-production
!.dumi/
node_modules
_site
dist
coverage
**/*.d.ts
# Scripts
scripts/previewEditor/**/*
jest-stare