Lobashov_Ivan_PIBD-21_IP/Lab3/node_modules/is-symbol/.eslintrc
2024-01-10 22:39:31 +04:00

15 lines
151 B
Plaintext

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