Files
shaka-player/.gitattributes
T
Wojciech Tyczyński 510962fc38 build: Upgrade ESLint to v9 and migrate config (#7887)
Migrates old config file to new flat config recommended by ESLint now.
Removes jsdoc rules, as they are not available anymore in ESLint.
Instead, if we want to have them, we should use `eslint-jsdoc-plugin`.
2025-01-16 10:58:03 +01:00

5 lines
69 B
Plaintext

*.sh text eol=lf
*.py text eol=lf
*.js text eol=lf
*.mjs text eol=lf