PIbd-22_Kaznacheeva.E.K_Int.../lab2/node_modules/is-symbol/.eslintrc

15 lines
151 B
Plaintext
Raw Normal View History

2023-11-24 14:53:57 +04:00
{
"root": true,
"extends": "@ljharb",
"overrides": [
{
"files": "test/**",
"rules": {
"no-restricted-properties": 0,
},
},
],
}