verida / verida-one-webapp

Verida One is a public, decentralized platform that allows you to showcase who you are across Web2 and Web3, online and IRL
https://www.verida.one
ISC License
6 stars 3 forks source link

Update Typecript and ESLint #218

Open aurelticot opened 6 months ago

aurelticot commented 6 months ago

A PR upgrading Typescript to 5.x failed the CI because of lint issues, it seemed like an upgrade of @typescript-eslint/parser and @typescript-eslint/eslint-plugin was needed but there's a new typescript-eslint package replacing these two ... but, this new package uses the new "flat" configuration of ESLint

Also, apparently, ESLint is configured with @typescript-eslint/parser and @typescript-eslint/eslint-plugin ... but they are not in the dependencies in package.json.

Have to clarify all that.