InternetProgramming/Lab3/node_modules/is-symbol/.eslintrc
2023-12-15 14:42:22 +04:00

15 lines
151 B
Plaintext

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