Skip to content

Commit

Permalink
chore: add eslint icon for .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 5, 2025
1 parent bea5b28 commit 32743a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
".DS_Store" => Icons::OS_APPLE, // 
".emacs" => Icons::EMACS, // 
".envrc" => '\u{f462}', // 
".eslintignore" => Icons::ESLINT, // 
".eslintrc.cjs" => Icons::ESLINT, // 
".eslintrc.js" => Icons::ESLINT, // 
".eslintrc.json" => Icons::ESLINT, // 
Expand Down

0 comments on commit 32743a3

Please sign in to comment.