GoogleChromeLabs / web-audio-samples

Web Audio API samples by Chrome Web Audio Team
https://bit.ly/web-audio-samples
Apache License 2.0
695 stars 197 forks source link

Downgrade eslint to be compatible with eslintrc #373

Closed Kizjkre closed 4 months ago

Kizjkre commented 4 months ago

Downgrade eslint from 9.5.0 to 8.57.0 to be compatible with eslintrc.

hoch commented 4 months ago

I found this, but couldn't find any reference that points the version 8.57.0. How did you find it out? :)

Kizjkre commented 4 months ago

It seems like ESLint >=9 uses an eslint.config.js file (with a different syntax) rather than a .eslintrc.json file. Since we use .eslintrc.json, I thought to downgrade to the last stable version of ESLint 8 to maintain compatability.