oxc/crates
alakhpc 9d69167d96
feat(linter) eslint: no-new-wrappers (#2413)
Part of: #479 

docs: https://eslint.org/docs/latest/rules/no-new-wrappers

I am unsure of what do do with 2 of the eslint tests that use
`languageOptions: { globals: { String: "off" } }` and `/* global
Boolean:off */`.

I've commented them out as of now.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
2024-02-21 06:43:37 +00:00
..
oxc Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_allocator Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_ast feat(parser): parse import attributes in TSImportType (#2436) 2024-02-19 12:26:42 +08:00
oxc_cli feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_codegen feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
oxc_diagnostics feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_index Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_js_regex
oxc_language_server fix(vscode): incorrect diagnostic position (#2461) 2024-02-21 12:11:16 +08:00
oxc_linter feat(linter) eslint: no-new-wrappers (#2413) 2024-02-21 06:43:37 +00:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
oxc_parser feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
oxc_prettier refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
oxc_semantic feat(semantic): add check for duplicate class elements in checker (#2455) 2024-02-21 14:10:19 +08:00
oxc_span Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_syntax feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
oxc_transformer feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00
oxc_wasm feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00