Make eslint rule an error instead of a warning
This will `@typescript-eslint/no-unused-vars` an error instead of a warning. It's helpful for the rule to error so that the build will fail so that you don't have to check the logs to see if there was a warning. See https://github.com/mrdoob/three.js/pull/20467 for context.