seti-ui icon indicating copy to clipboard operation
seti-ui copied to clipboard

Add additional eslint config file assocations

Open terrymun opened this issue 9 months ago • 2 comments
trafficstars

eslint@9 adds support for new flat config files, and these new extensions should be reflected in the file associations for eslint.

The new config files are:

  • eslint.config.mjs
  • eslint.config.cjs
  • eslint.config.ts
  • eslint.config.mts
  • eslint.config.cts

These file names are gleaned from the eslint v9 documentation itself: https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file

terrymun avatar Feb 10 '25 17:02 terrymun