Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 21, 2024
1 parent 6b8e017 commit bf5389e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "https://raw.githubusercontent.com/biomejs/biome/main/packages/%40biomejs/biome/configuration_schema.json",
"files": {
"ignore": [
"**/Target/**/*",
"**/*.astro",
"**/Documentation/**/*",
"**/Target/**/*",
"**/dist/**/*",
"**/*.astro",
"package.json"
],
"maxSize": 10000000
Expand Down Expand Up @@ -62,13 +62,13 @@
"all": true,
"noExcessiveCognitiveComplexity": "off",
"noForEach": "off",
"useLiteralKeys": "off",
"noUselessLoneBlockStatements": "off"
"noUselessLoneBlockStatements": "off",
"useLiteralKeys": "off"
},
"correctness": {
"all": true,
"noUnusedVariables": "off",
"noNodejsModules": "off"
"noNodejsModules": "off",
"noUnusedVariables": "off"
},
"nursery": {
"all": true,
Expand All @@ -85,17 +85,17 @@
"all": true,
"noDefaultExport": "off",
"noUselessElse": "off",
"useNamingConvention": "off",
"useShorthandFunctionType": "off",
"useFilenamingConvention": {
"level": "error",
"options": {
"strictCase": true,
"filenameCases": ["PascalCase"],
"requireAscii": true,
"filenameCases": ["PascalCase"]
"strictCase": true
}
},
"useImportType": "off"
"useImportType": "off",
"useNamingConvention": "off",
"useShorthandFunctionType": "off"
},
"suspicious": {
"all": true,
Expand Down

0 comments on commit bf5389e

Please sign in to comment.