-
Notifications
You must be signed in to change notification settings - Fork 2
/
.ls-lint.yml
33 lines (32 loc) · 957 Bytes
/
.ls-lint.yml
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
ls:
.dir: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.scss: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.ts: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.tsx: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.png: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.jpg: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.jpeg: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.svg: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.webp: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.gif: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.ttf: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.woff: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.woff2: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
.eot: regex:([.a-z0-9]*)([-.][a-z0-9]+)*
backend/src/data/{seeds,migrations}:
.ts: snake_case
ignore:
- .git
- node_modules
- build
- shared/build
- shared/node_modules
- frontend/build
- frontend/node_modules
- backend/build
- backend/node_modules
- backend/tests/node_modules
- backend/tests/build
- mobile/ios
- mobile/android
- mobile/node_modules