IP_Malafeev_KrutieLabi/lab3/node_modules/is-date-object/.eslintrc

10 lines
87 B
Plaintext
Raw Normal View History

2024-01-11 00:20:49 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12]
}
}