Explorar el Código

feat: add eslint icon for .eslintignore

Wu, Zhenyu hace 1 año
padre
commit
f29040b174
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,         // 