Skip to content

Commit

Permalink
fix(configuration): additional biome properties
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Sep 30, 2024
1 parent 050f2b3 commit 6a01517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions configuration/biome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const templates = {
noDefaultExport: 'off',
noNamespace: 'off',
noParameterAssign: 'off',
noNamespaceImport: 'off',
},
correctness: {
noNodejsModules: 'off',
Expand All @@ -87,6 +88,7 @@ export const templates = {
},
performance: {
noDelete: 'off',
useTopLevelRegex: 'off', // Often used in playwright tests.
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/bun": "^1.1.9",
"@biomejs/biome": "^1.9.2",
"@types/bun": "^1.1.10",
"@types/parse-gitignore": "^1.0.2",
"eslint-config-airbnb": "^19.0.4",
"typescript": "^5.6.2"
Expand Down

0 comments on commit 6a01517

Please sign in to comment.