Skip to content

Commit

Permalink
more file types
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Oct 17, 2021
1 parent 17e642b commit 7d8914c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .ls-lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
ls:
.dir: kebab-case
.md: regex:[a-z0-9A-Z\-]+
.md: kebab-case | regex:[0-9A-Z\-]+
.html: kebab-case
.css: kebab-case
.jpg: kebab-case
.jpeg: kebab-case
.svg: kebab-case
.gif: kebab-case
.mp4: kebab-case
.ico: kebab-case

ignore:
- .git
Expand Down

0 comments on commit 7d8914c

Please sign in to comment.