getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.22k stars 4.21k forks source link

ci(eslint): Remove a few lint rules that are later overridden in .eslintrc.js #81111

Open ryan953 opened 17 hours ago

ryan953 commented 17 hours ago

Everything 'removed' in here was actually overridden lower in the file. The warnings are generally defined as errors thanks to the strict ruleset. And a few things were disabled in favor of the typescript rulesets.

End result is that the file should output the same config as before.

Relates to https://github.com/getsentry/frontend-tsc/issues/81