File tree 1 file changed +3
-3
lines changed
crates/biome_js_analyze/src/assist/source
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ declare_source_rule! {
289
289
///
290
290
/// ...and the following code...
291
291
///
292
- /// ```js,expect_diagnostic,use_options
292
+ /// ```js
293
293
/// import sibling from "./file.js";
294
294
/// import internal from "#alias";
295
295
/// import fs from "fs";
@@ -337,7 +337,7 @@ declare_source_rule! {
337
337
///
338
338
/// By applying this configuration to the following code...
339
339
///
340
- /// ```js,expect_diagnostic,use_options
340
+ /// ```js
341
341
/// import lib from "@my/lib";
342
342
/// import aliased from "@/alias";
343
343
/// import path from "@my/lib/special";
@@ -387,7 +387,7 @@ declare_source_rule! {
387
387
///
388
388
/// ...the following code...
389
389
///
390
- /// ```js,expect_diagnostic,use_options
390
+ /// ```js
391
391
/// import path from "node:path";
392
392
/// import lib from "@my/lib";
393
393
/// import test from "@my/lib/path";
You can’t perform that action at this time.
0 commit comments