Skip to content

Commit cd354d4

Browse files
committed
docs(oxlint): remove incorrect doc comment (#11326)
as per our docs > Configuration files are not automatically merged, and the configuration in a child configuration file will not affect the parent configuration. However, options passed in the command-line will override any configuration file, regardless of whether it is in the parent or child directory. In addition, using the --config option to specify a singular file for configuration will disable the use of nested configuration files. https://oxc.rs/docs/guide/usage/linter/nested-config.html
1 parent 14cb3c7 commit cd354d4

File tree

1 file changed

+0
-2
lines changed
  • apps/oxlint/fixtures/nested_config/package1-empty-config

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
// this is a nested config file, but it should use the default config which
3-
// is implicitly merged with this
42
"rules": {}
53
}

0 commit comments

Comments
 (0)