Page MenuHomePhabricator

Update ESLint Config
Closed, DeclinedPublic

Description

Status

As of ESLint v9, .eslintrc files are deprecated in favor of flat config Javascript/Typescript files. In the interest of eventually updating past ESLint v8, as v9 has been available since April 2024, we should update the configuration to an eslint.config.ts file

AC:

  • .eslintrc.json removed
  • eslint.config.ts created
  • rules from the eslintrc file recreated in the new flat config format in eslint.config.ts
  • lint runs using the new config

Notes: