dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
291 stars 20 forks source link

Upgrade ESLint to the Latest Version #478

Closed kraftp closed 1 month ago

kraftp commented 1 month ago

This requires redoing our configuration files to their new flat format. More details here: https://github.com/dbos-inc/dbos-transact/pull/477

devhawk commented 1 month ago

Looks like this is a dupe of #442 and/or #458.

COmment from #465:

Note, I looked at moving over to the new config format as per https://github.com/dbos-inc/dbos-transact/issues/442, but couldn't figure out how to configure the linter without creating 100s of new lint errors. We can handle that in a separate PR

devhawk commented 1 month ago

I think upgrading to eslint 9 will have to wait for ts-eslint 8 to ship: https://typescript-eslint.io/blog/announcing-typescript-eslint-v8-beta

kraftp commented 1 month ago

Duplicate of https://github.com/dbos-inc/dbos-transact/issues/458