Владимир Данилов cd47298d6e Отчеты
2023-12-19 00:48:16 +04:00

15 lines
151 B
Plaintext

{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/**",
"rules": {
"no-restricted-properties": 0,
},
},
],
}