0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-07-26 20:02:36 +00:00
renovatebot_renovate/.ls-lint.yml
Rhys Arkins c0fede74dd
docs: Create CODE_OF_CONDUCT.md (#28633)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-05-04 12:24:24 +00:00

22 lines
357 B
YAML

ls:
.js: kebab-case
.md: kebab-case
.ts: kebab-case
.d.ts: kebab-case
.spec.ts: kebab-case
.generated.ts: kebab-case
ignore:
- .cache
- .eslintrc.js
- .git
- .github/ISSUE_TEMPLATE
- .github/pull_request_template.md
- CODE_OF_CONDUCT.md
- dist
- jest.config.ts
- node_modules
- SECURITY.md
- test/e2e/node_modules
- tmp