Skip to content

Commit

Permalink
Merge pull request #721 from hwangsihu/main
Browse files Browse the repository at this point in the history
Update locales, packages and setup system
  • Loading branch information
LucasB25 authored Sep 13, 2024
2 parents e3dc4cb + 623a6d3 commit 9c2e1da
Show file tree
Hide file tree
Showing 39 changed files with 116 additions and 10,887 deletions.
8 changes: 6 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"organizeImports": {
"enabled": true
},
Expand All @@ -9,8 +9,10 @@
"all": true,
"suspicious": {
"noConfusingVoidType": "off",
"noConsole": "off",
"noConsoleLog": "off",
"noEmptyBlockStatements": "off",
"noEvolvingTypes": "off",
"noExplicitAny": "off",
"noGlobalIsFinite": "off",
"noGlobalIsNan": "off",
Expand All @@ -23,6 +25,7 @@
"noNonNullAssertion": "off",
"noParameterAssign": "off",
"useBlockStatements": "off",
"useDefaultSwitchClause": "off",
"useFilenamingConvention": "off",
"useNamingConvention": "off",
"useNumberNamespace": "off",
Expand All @@ -47,7 +50,8 @@
"noVoidTypeReturn": "off"
},
"performance": {
"noBarrelFile": "off"
"noBarrelFile": "off",
"useTopLevelRegex": "off"
}
}
},
Expand Down
Loading

0 comments on commit 9c2e1da

Please sign in to comment.