transloadit / eslint-config-transloadit

Transloadit eslint rules
MIT License
2 stars 1 forks source link

Migrate to new ESLint config file format #27

Open nickrttn opened 1 year ago

nickrttn commented 1 year ago

This is going to be the default configuration file format starting in ESLint v9.0.0, which is set to be released end of this year or beginning of next year.

mifi commented 12 months ago

can we use it with eslint 8?

nickrttn commented 12 months ago

Yes, it's been supported for a while now but not the default yet.

mifi commented 11 months ago

I just tested, but the problem is that eslint-config-airbnb doesn't support flat config yet. So I used the FlatCompat but as soon as I include the airbnb config, the eslint command just hangs forever.