ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
294 stars 15 forks source link

fix: lock ESLint to v8 #544

Closed G-Rath closed 5 months ago

G-Rath commented 5 months ago

ESLint v9 has been released which drops support for the old config structure in favor of "flat config", which we're not yet ready to switch to