aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ls-lint.yml
blob: af0b6eb30d3fe81416426ff428bad1c82d233fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
  - .venv
  - CODE_OF_CONDUCT.md
  - dist
  - jest.config.ts
  - node_modules
  - SECURITY.md
  - test/e2e/node_modules
  - tmp
  - tools/mkdocs/docs
  - tools/mkdocs/site
  - tools/mkdocs/.cache