swc_ecma_lints: - Add types for general configuration. - Add `no-console`rule. swc: - Expose the lint config via `jsc.lints`.
clippy
swc_ecma_transforms_base: - `resolver`: Fix resolving of `const` and `let`. swc_ecma_lints: - `duplicate_bindings`: Don't mark ambient function declararions as a binding. (Closes #3193)