Skip to content

Commit c5d6248

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
remove .json from biome map
1 parent f3b2a41 commit c5d6248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lint-install.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ func applicableLinters(root string) (map[Language]bool, error) {
8080
found[YAML] = true
8181
case strings.HasSuffix(path, ".js"), strings.HasSuffix(path, ".jsx"),
8282
strings.HasSuffix(path, ".ts"), strings.HasSuffix(path, ".tsx"),
83-
strings.HasSuffix(path, ".json"), strings.HasSuffix(path, ".html"),
84-
strings.HasSuffix(path, ".css"):
83+
strings.HasSuffix(path, ".html"), strings.HasSuffix(path, ".css"):
8584
found[Web] = true
8685
default:
8786
}

0 commit comments

Comments
 (0)