We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9da9b8 commit b70385bCopy full SHA for b70385b
crates/oxc_linter/src/config/config_store.rs
@@ -691,7 +691,7 @@ mod test {
691
// reproduction for https://github.com/oxc-project/oxc/issues/14504
692
// the bug occurred due to a simple omission and the fix was simple.
693
// this test is just to communicate what was going wrong and to avoid a regression.
694
- // i noticed js plugins arent considered stable yet, so feel free edit or remove this test
+ // i noticed js plugins aren't considered stable yet, so feel free to edit or remove this test
695
696
let mut external_plugin_store = ExternalPluginStore::default();
697
external_plugin_store.register_plugin(
0 commit comments