File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,5 @@ lazy-regex = { workspace = true }
6060[features ]
6161default = []
6262allocator = [" dep:mimalloc-safe" ]
63+ oxlint2 = [" oxc_linter/oxlint2" ]
64+ disable_oxlint2 = [" oxc_linter/disable_oxlint2" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ description.workspace = true
1717default = []
1818ruledocs = [" oxc_macros/ruledocs" ] # Enables the `ruledocs` feature for conditional compilation
1919language_server = [" oxc_data_structures/rope" ] # For the Runtime to support needed information for the language server
20+ oxlint2 = []
21+ disable_oxlint2 = []
2022
2123[lints ]
2224workspace = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test = false
2222doctest = false
2323
2424[dependencies ]
25- oxlint = { workspace = true }
25+ oxlint = { workspace = true , features = [ " oxlint2 " ] }
2626
2727napi = { workspace = true , features = [" async" ] }
2828napi-derive = { workspace = true }
You can’t perform that action at this time.
0 commit comments