Skip to content

Commit

Permalink
feat: optimize ls-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Nov 19, 2024
1 parent e8309fe commit 61ffb56
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .ls-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,22 @@ ls:
.*: snake_case
.*.*: snake_case
.*.*.*: exists:0
.png: kebab-case
.png: exists:0
.jpg: exists:0
.md: SCREAMING_SNAKE_CASE
.bazel: SCREAMING_SNAKE_CASE
.bazel.lock: SCREAMING_SNAKE_CASE

examples/**: # allow only .yml files
.dir: snake_case
.*: exists:0
.yml: kebab-case

assets/**: # allow only .png files
.dir: snake_case
.*: exists:0
.png: kebab-case

ignore:
- .git
- .github
Expand Down

0 comments on commit 61ffb56

Please sign in to comment.