jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.48k stars 4.02k forks source link

Migrate to ESLint v9 #26471

Closed mshima closed 1 month ago

mshima commented 3 months ago
Overview of the feature request

ESLint v9 requires non trivial changes.

Motivation for or Use Case
Related issues or PR
mraible commented 3 months ago

@mshima A couple of PRs have been merged that are related to this. Is there still more work to do? If so, can some of the items in the description be checked off?

mshima commented 3 months ago

@mraible still much do be done. Monorepository/workspaces support is having this problem: https://github.com/jhipster/generator-jhipster/actions/runs/9620349477/job/26538382197

So prettier, husky and eslint needs to be split into separated generators to make easier to handle monorepositories.