Skip to content

Commit

Permalink
Enable recommended rule complexity/noUselessEmptyExport
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 14, 2024
1 parent 6472918 commit b3243c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
// We need couple of empty exports to make those files as esm modules
"noUselessEmptyExport": "off"
},
"correctness": {
"noUnusedVariables": "error",
"useImportExtensions": {
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/src/applyPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,3 @@ function valueOfArg(argName: string): string | null {

return null;
}

// Add empty export to make this a module
export {};
3 changes: 0 additions & 3 deletions packages/prover/src/cli/applyPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,3 @@ function valueOfArg(argName: string): string | null {

return null;
}

// Add empty export to make this a module
export {};

0 comments on commit b3243c1

Please sign in to comment.