2025-10-27 15:54:58 +01:00

25 lines
455 B
JSON

{
"formatter": {
"enabled": false
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noUselessConstructor": "off"
},
"correctness": {
"noUnusedFunctionParameters": "off"
},
"style": {
"useExponentiationOperator": "off"
},
"suspicious": {
"noAssignInExpressions": "off",
"noPrototypeBuiltins": "off"
}
}
}
}