Skip to content

Commit

Permalink
More concise DBC table, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Jan 16, 2024
1 parent 27cde1b commit 0c7370d
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 322 deletions.
6 changes: 4 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
"style": {
"all": true,
"useEnumInitializers": "off",
"noNonNullAssertion": "off"
"noNonNullAssertion": "off",
"noDefaultExport": "off"
},
"suspicious": {
"all": true,
"noConsoleLog": "off"
},
"nursery": {
"all": true,
"noDefaultExport": "off"
"noNodejsModules": "off",
"useNodejsImportProtocol": "off"
},
"complexity": {
"all": true,
Expand Down
Loading

0 comments on commit 0c7370d

Please sign in to comment.