mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
15 lines
203 B
JSON
15 lines
203 B
JSON
{
|
|
"formatter": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"suspicious": {
|
|
"noAssignInExpressions": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|