File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
define-config/__snapshots__ Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ exports[`is a valid Oxlint config 1`] = `
162162 " jest/require-top-level-describe" : " off" ,
163163 " node/no-process-env" : " off" ,
164164 " oxc/no-async-await" : " off" ,
165+ " oxc/no-barrel-file" : " off" ,
165166 " oxc/no-optional-chaining" : " off" ,
166167 " oxc/no-rest-spread-properties" : " off" ,
167168 " promise/avoid-new" : " off" ,
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ const config: LinterConfigEntry = {
117117 'jest/require-top-level-describe' : 'off' ,
118118 'node/no-process-env' : 'off' ,
119119 'oxc/no-async-await' : 'off' ,
120+ 'oxc/no-barrel-file' : 'off' ,
120121 'oxc/no-optional-chaining' : 'off' ,
121122 'oxc/no-rest-spread-properties' : 'off' ,
122123 'promise/avoid-new' : 'off' ,
Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ exports[`defines a valid Oxlint config 1`] = `
289289 " jest/require-top-level-describe" : " off" ,
290290 " node/no-process-env" : " off" ,
291291 " oxc/no-async-await" : " off" ,
292+ " oxc/no-barrel-file" : " off" ,
292293 " oxc/no-optional-chaining" : " off" ,
293294 " oxc/no-rest-spread-properties" : " off" ,
294295 " promise/avoid-new" : " off" ,
@@ -754,6 +755,7 @@ exports[`supports the \`react\` option 1`] = `
754755 " jsx-a11y/tabindex-no-positive" : " error" ,
755756 " node/no-process-env" : " off" ,
756757 " oxc/no-async-await" : " off" ,
758+ " oxc/no-barrel-file" : " off" ,
757759 " oxc/no-optional-chaining" : " off" ,
758760 " oxc/no-rest-spread-properties" : " off" ,
759761 " promise/avoid-new" : " off" ,
You can’t perform that action at this time.
0 commit comments