Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 27, 2024
1 parent 4fef6b6 commit f3fc6c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/biome_fs/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ impl BiomePath {
pub fn extension_as_str(&self) -> Option<&str> {
self.extension().and_then(OsStr::to_str)
}


/// The priority of the file.
/// - `biome.json` and `biome.jsonc` have the highest priority
Expand Down

0 comments on commit f3fc6c4

Please sign in to comment.