Skip to content

Commit 8097767

Browse files
committed
Disable oxc/no-barrel-file
1 parent 797a26e commit 8097767

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/config-base/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

src/config-base/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

src/define-config/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)