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 authored and cafkafk committed Feb 14, 2025
1 parent ed96530 commit 112c349
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 @@ -211,6 +211,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
".editorconfig" => '\u{e652}', // 
".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 112c349

Please sign in to comment.