file-icons / atom

Atom file-specific icons for improved visual grepping.
MIT License
1.31k stars 251 forks source link

Add support for `eslint.config.js` #884

Closed DeadlyMissile closed 11 months ago

DeadlyMissile commented 12 months ago

@Alhadis

See https://eslint.org/docs/latest/use/configure/configuration-files-new.

So I have no idea if making changes in this repo will fix this for vscode. I am trying to address this issue but I have found no icons in vscode repo. Also please double check if my regex is correct.

Btw what do you think of making the configuration files medium-purple, while the (cache | ignore) to be light purple?

Alhadis commented 11 months ago

Btw what do you think of making the configuration files medium-purple, while the (cache | ignore) to be light purple?

I think it's the correct choice. The shade of purple ought to reflect the file's actual format, of which there are two: ignore-lists (medium-purple) and ESLint configs (light-purple). So, good choice. 👍

eldair commented 1 month ago

Hi, sorry for commenting on an old pull request, is there any chance of making a release with this update?