forked from leather-io/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ls-lint.yml
More file actions
37 lines (36 loc) · 864 Bytes
/
.ls-lint.yml
File metadata and controls
37 lines (36 loc) · 864 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
ls:
.ts: regex:[a-z0-9\-\._]+
.tsx: regex:[a-z0-9\-\[\]\._]+
.js: regex:[a-z0-9\-\._]+
.dir: regex:[a-z0-9\(\)\[\]\-\._]+
ignore:
- .git
- .idea
- .pnpm-local
- .vscode
- apps/*/node_modules
- tools/node_modules
- tools/dist
- apps/mobile/coverage
- apps/web/.wrangler
- apps/mobile/.expo/*
- apps/mobile/android
- apps/mobile/artifacts
- apps/mobile/ios
- apps/extension/dist
# Skip names in [brackets] in file-based routing, as they represent variables:
- apps/mobile/src/app/**//*\[*\]*
- apps/web/{.react-router,build}
- apps/web/public
- dist
- node_modules
- packages/**/.react-router
- packages/*/.tsdown
- packages/*/dist
- packages/*/node_modules
- packages/ui/android
- packages/ui/dist-native
- packages/ui/dist-web
- packages/ui/ios
- packages/ui/storybook-static
- storybook-static