apptension / saas-boilerplate

SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
https://apptension.com/saas-boilerplate
MIT License
1.94k stars 206 forks source link

deps: Update eslint to 9.3.0 #578

Closed emil-litwiniec closed 1 month ago

emil-litwiniec commented 1 month ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?

Update eslint to new major version 9. It requires to use a new flat config, meaning all previous .eslintrc or eslintrc.json files needed te be changed. Since some plugins are not 100% compatible with new version - compatibility utils from eslint were used.

Additional changes worth mentioning: