sourcegraph/client/vscode/scripts
Quinn Slack 7e7de5ffb1
looser eslint rules (#63511)
Turn off 2 low-value eslint rules that add a lot of noise:

- `@typescript-eslint/no-explicit-any` because if you mean to use `any`
then you probably mean to. We still have eslint warnings for `any`
member access, which is indeed riskier.
- `@typescript-eslint/no-non-null-assertion` because if you type `!`
then you mean it.

Both of these have hundreds of warnings in our current codebase, so this
significantly reduces the eslint noise and makes it so that the
higher-value eslint rules are more noticeable.
2024-06-27 08:42:51 +00:00
..
buffer-shim.js Revert vs-code extension deleting (#61258) 2024-03-20 13:53:27 +01:00
build-inline-extensions.js Revert vs-code extension deleting (#61258) 2024-03-20 13:53:27 +01:00
build.ts Revert vs-code extension deleting (#61258) 2024-03-20 13:53:27 +01:00
package.ts looser eslint rules (#63511) 2024-06-27 08:42:51 +00:00
process-shim.js Revert vs-code extension deleting (#61258) 2024-03-20 13:53:27 +01:00
publish.ts Revert vs-code extension deleting (#61258) 2024-03-20 13:53:27 +01:00
release.ts looser eslint rules (#63511) 2024-06-27 08:42:51 +00:00