0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-10-26 04:27:05 +00:00
renovatebot_renovate/.eslintignore
Michael Kriese d90de484b1
docs: validate with mkdocs (#30735)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-08-14 10:42:23 +00:00

30 lines
439 B
Plaintext

# don't ever lint node_modules
node_modules
# don't lint pnpm store
.pnpm-store
# don't lint build output (make sure it's set to your correct build folder name)
dist
# don't lint nyc coverage output
coverage
# don't lint test stuff
**/__fixtures__/**
**/__mocks__/**
**/*.d.ts
/config.js
.clinic/
.cache/
# generated code
**/*.generated.ts
/tools/dist
/patches
tmp/
.venv/
# generated mkdocs files
tools/mkdocs/docs
tools/mkdocs/site