You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of ESLint v9.18.0, typescript-based configs have become stable. Currently, when running eslint-interactive with a typescript config, it doesn't find the config file at all. When providing a path using the --config option, it returns an error about the extension not being a known file extension.
✖ Linting...
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts"for /Users/*****/web/app/eslint.config.ts
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:219:9)
at defaultGetFormat (node:internal/modules/esm/get_format:245:36)
at defaultLoad (node:internal/modules/esm/load:120:22)
at async ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:514:32)
at async ModuleJob._link (node:internal/modules/esm/module_job:115:19)
The text was updated successfully, but these errors were encountered:
As of ESLint v9.18.0, typescript-based configs have become stable. Currently, when running
eslint-interactive
with a typescript config, it doesn't find the config file at all. When providing a path using the--config
option, it returns an error about theextension
not being a known file extension.The text was updated successfully, but these errors were encountered: