Quellcode durchsuchen

feat: add eslint icon for .eslintignore

Wu, Zhenyu vor 1 Jahr
Ursprung
Commit
f29040b174
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/output/icons.rs

+ 1 - 0
src/output/icons.rs

@@ -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,         // 