Files
Webklar.com/node_modules/is-symbol/.eslintrc
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

15 lines
151 B
Plaintext

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