Skip to content

Commit

Permalink
refactor: remove redundant linter rules from biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Nov 23, 2024
1 parent dcf7ef4 commit 9ce0fe0
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,38 +73,6 @@
}
},
"overrides": [
{
"include": ["*.ts", "*.tsx", "*.mts", "*.cts"],
"linter": {
"rules": {
"correctness": {
"noConstAssign": "off",
"noGlobalObjectCalls": "off",
"noInvalidConstructorSuper": "off",
"noNewSymbol": "off",
"noSetterReturn": "off",
"noUndeclaredVariables": "off",
"noUnreachable": "off",
"noUnreachableSuper": "off"
},
"style": {
"noArguments": "error",
"noVar": "error",
"useConst": "error"
},
"suspicious": {
"noDuplicateClassMembers": "off",
"noDuplicateObjectKeys": "off",
"noDuplicateParameters": "off",
"noFunctionAssign": "off",
"noImportAssign": "off",
"noRedeclare": "off",
"noUnsafeNegation": "off",
"useGetterReturn": "off"
}
}
}
},
{
"include": ["*.ts", "*.tsx", "*.mts", "*.cts"],
"linter": {
Expand Down

0 comments on commit 9ce0fe0

Please sign in to comment.