Skip to content

Commit

Permalink
chore: enable noBarrelFile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 23, 2024
1 parent 297e977 commit a82d4b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"noUnusedVariables": "error"
},
"performance": {
"noBarrelFile": "error",
"noDelete": "off"
},
"style": {
Expand Down
1 change: 1 addition & 0 deletions packages/abitype/src/exports/abis.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// biome-ignore lint/performance/noBarrelFile: <explanation>
export {
customSolidityErrorsHumanReadableAbi,
ensHumanReadableAbi,
Expand Down
1 change: 1 addition & 0 deletions packages/abitype/src/exports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export type {
TypedDataType,
} from '../abi.js'

// biome-ignore lint/performance/noBarrelFile: <explanation>
export { BaseError } from '../errors.js'

export type { Narrow } from '../narrow.js'
Expand Down
1 change: 1 addition & 0 deletions packages/abitype/src/exports/zod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// biome-ignore lint/performance/noBarrelFile: <explanation>
export {
Address,
SolidityAddress,
Expand Down
1 change: 1 addition & 0 deletions packages/abitype/test/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export default function () {
})
}

// biome-ignore lint/performance/noBarrelFile: <explanation>
export { teardown } from '@arktype/attest'

0 comments on commit a82d4b1

Please sign in to comment.