Skip to content

Commit

Permalink
Add svelte filetype (#823)
Browse files Browse the repository at this point in the history
Adds a svelte filetype, which isn't used by default but is commonly
overriden by users for prettier and eslint
  • Loading branch information
TylerJang27 authored Jul 10, 2024
1 parent c08593f commit 7df5bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linters/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,12 @@ lint:
- strings
- stringsdict

- name: svelte
extensions:
- svelte
comments:
- html-tag

- name: svg
extensions:
- svg
Expand Down

0 comments on commit 7df5bb3

Please sign in to comment.