Lobashov_Ivan_PIBD-21_IP/Lab2/node_modules/is-negative-zero/.eslintrc

10 lines
83 B
Plaintext
Raw Normal View History

2024-01-10 22:39:31 +04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"no-magic-numbers": 0
}
}