Skip to content

Commit

Permalink
feat: add js to ls-lint yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed May 17, 2023
1 parent 32c9f66 commit 551808b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ls-lint.yml
@@ -1,11 +1,11 @@
ls:
.dir: snake_case
.tf: snake_case
.bzl: snake_case
.sh: snake_case
.bazel: SCREAMING_SNAKE_CASE
.go: snake_case
.yaml: snake_case
.js: snake_case

ignore:
- .git
Expand Down

0 comments on commit 551808b

Please sign in to comment.