mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
25 lines
455 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|